From fdabc62a4f7ff0ffa8b605d2ec14fea27e06e065 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Tue, 27 Feb 2018 22:46:48 -0800 Subject: Add ROSpan Equals/CompareTo/IndexOf/Contains string-like APIs with StringComparison (#27319) * Add ROSpan Equals/CompareTo/IndexOf/Contains string-like APIs with StringComparison * Respond to recent change AsReadOnlySpan -> AsSpan * Remove the out parameter from IndexOf * Add tests and avoid allocations for StringComparison.Ordinal * Remove duplicate definition of SoftHyphen --- src/System.Memory/System.Memory.sln | 1 + 1 file changed, 1 insertion(+) (limited to 'src/System.Memory/System.Memory.sln') diff --git a/src/System.Memory/System.Memory.sln b/src/System.Memory/System.Memory.sln index 7c68229780..00692c230f 100644 --- a/src/System.Memory/System.Memory.sln +++ b/src/System.Memory/System.Memory.sln @@ -27,6 +27,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{2E666815-2ED EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F794AE4-319F-4498-A9DA-C49A4EB11D9E}" ProjectSection(SolutionItems) = preProject + ..\Common\src\CoreLib\System\Runtime\InteropServices\MemoryMarshal.Fast.cs = ..\Common\src\CoreLib\System\Runtime\InteropServices\MemoryMarshal.Fast.cs ..\Common\src\CoreLib\System\ReadOnlySpan.Fast.cs = ..\Common\src\CoreLib\System\ReadOnlySpan.Fast.cs ..\Common\src\CoreLib\System\Span.Fast.cs = ..\Common\src\CoreLib\System\Span.Fast.cs ..\Common\src\CoreLib\System\Span.NonGeneric.cs = ..\Common\src\CoreLib\System\Span.NonGeneric.cs -- cgit v1.2.3