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