3 references to Utf8Bom
Microsoft.Extensions.AI.OpenAI (3)
src\Shared\ServerSentEvents\SseParser_1.cs (3)
125
while (FillLineBuffer() != 0 && _lineLength <
Utf8Bom
.Length);
205
while (await FillLineBufferAsync(cancellationToken).ConfigureAwait(false) != 0 && _lineLength <
Utf8Bom
.Length) ;
550
if (_lineBuffer.AsSpan(0, _lineLength).StartsWith(
Utf8Bom
))