3 instantiations of TrackingAsyncEnumerable
Microsoft.Extensions.AI.Tests (3)
ChatRouting\FailoverChatClientTests.cs (3)
793
var canceledStream = new
TrackingAsyncEnumerable
(
978
var failedStream = new
TrackingAsyncEnumerable
([], disposeException: disposalException);
1017
var stream = new
TrackingAsyncEnumerable
(
5 references to TrackingAsyncEnumerable
Microsoft.Extensions.AI.Tests (5)
ChatRouting\FailoverChatClientTests.cs (5)
793
var
canceledStream = new TrackingAsyncEnumerable(
978
var
failedStream = new TrackingAsyncEnumerable([], disposeException: disposalException);
1017
var
stream = new TrackingAsyncEnumerable(
1302
private readonly
TrackingAsyncEnumerable
_owner;
1305
public Enumerator(
TrackingAsyncEnumerable
owner)