2 writes to _eof
Microsoft.Extensions.AI.OpenAI (2)
src\Shared\ServerSentEvents\SseParser_1.cs (2)
508
_eof
= true;
535
_eof
= true;
4 references to _eof
Microsoft.Extensions.AI.OpenAI (4)
src\Shared\ServerSentEvents\SseParser_1.cs (4)
144
_eof
) // if we get here, we know we have a CR at the end of the buffer, so it's definitely the whole newline if we've hit EOF
167
if (
_eof
)
224
_eof
) // if we get here, we know we have a CR at the end of the buffer, so it's definitely the whole newline if we've hit EOF
247
if (
_eof
)