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