2 references to FillLineBufferAsync
Shared (2)
ServerSentEvents\SseParser_1.cs (2)
205
while (await
FillLineBufferAsync
(cancellationToken).ConfigureAwait(false) != 0 && _lineLength < Utf8Bom.Length) ;
255
_ = await
FillLineBufferAsync
(cancellationToken).ConfigureAwait(false);