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