7 references to EndsWith
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
828Debug.Assert(base64.EndsWith("=="));
Microsoft.AspNetCore.WebSockets (1)
HandshakeHelpers.cs (1)
230if (value[0] == '"' && value.EndsWith("\"".AsSpan()) && value.Length > 1)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
695return source.EndsWith(suffix); 707return source.EndsWith(suffix);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3594EndsWith((ReadOnlySpan<T>)span, value);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (1)
313return span.EndsWith(value);
System.Private.DataContractSerialization (1)
System\Xml\EncodingStreamWrapper.cs (1)
362if (!buffer.AsSpan(0, i + 1).EndsWith("encoding"u8))