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