5 references to EndsWith
Microsoft.AspNetCore.WebSockets (1)
HandshakeHelpers.cs (1)
230
if (value[0] == '"' && value.
EndsWith
("\"".AsSpan()) && value.Length > 1)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
695
return source.
EndsWith
(suffix);
707
return source.
EndsWith
(suffix);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3593
EndsWith
((ReadOnlySpan<T>)span, value);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (1)
313
return span.
EndsWith
(value);