2 instantiations of ThrowingCurrentAsyncEnumerable
Microsoft.Extensions.AI.Tests (2)
ChatRouting\FailoverChatClientTests.cs (2)
895var failedStream = new ThrowingCurrentAsyncEnumerable(currentException); 930var failedStream = new ThrowingCurrentAsyncEnumerable(new InvalidOperationException("current failed"));
3 references to ThrowingCurrentAsyncEnumerable
Microsoft.Extensions.AI.Tests (3)
ChatRouting\FailoverChatClientTests.cs (3)
895var failedStream = new ThrowingCurrentAsyncEnumerable(currentException); 930var failedStream = new ThrowingCurrentAsyncEnumerable(new InvalidOperationException("current failed")); 1260ThrowingCurrentAsyncEnumerable owner,