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