3 references to Utf8Bom
System.Net.ServerSentEvents (3)
System\Net\ServerSentEvents\SseParser_1.cs (3)
109
while (FillLineBuffer() != 0 && _lineLength <
Utf8Bom
.Length) ;
189
while (await FillLineBufferAsync(cancellationToken).ConfigureAwait(false) != 0 && _lineLength <
Utf8Bom
.Length) ;
532
if (_lineBuffer.AsSpan(0, _lineLength).StartsWith(
Utf8Bom
))