1 instantiation of ReportingAsyncEnumerable
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
178var reportingEnumerable = new ReportingAsyncEnumerable<T>(items);
2 references to ReportingAsyncEnumerable
aspire (2)
Backchannel\AppHostCliBackchannel.cs (2)
178var reportingEnumerable = new ReportingAsyncEnumerable<T>(items); 203private async IAsyncEnumerable<T> EnumerateWithReconnect<T>(ReportingAsyncEnumerable<T> source, [EnumeratorCancellation] CancellationToken cancellationToken)