2 references to FillLineBufferAsync
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseParser_1.cs (2)
192while (await FillLineBufferAsync(cancellationToken).ConfigureAwait(false) != 0 && _lineLength < Utf8Bom.Length) ; 242await FillLineBufferAsync(cancellationToken).ConfigureAwait(false);