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