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