3 references to EndsWith
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
828
Debug.Assert(base64.
EndsWith
("=="));
Microsoft.ML.Tokenizers (1)
Normalizer\SentencePieceNormalizer.cs (1)
441
while (normalized.Slice(0, normalizedIndex).
EndsWith
(space))
System.Net.WebSockets (1)
System\Net\WebSockets\Compression\WebSocketDeflater.cs (1)
107
.
EndsWith
(WebSocketInflater.FlushMarker), "The deflated block must always end with a flush marker.");