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