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