7 references to RunChannelAsync
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (7)
src\Dependencies\Threading\ProducerConsumer.cs (7)
44/// Version of <see cref="RunChannelAsync"/> when caller the prefers the results being pre-packaged into arrays to process. 53return RunChannelAsync( 62/// Version of <see cref="RunChannelAsync"/> when the caller prefers working with a stream of results. 72return RunChannelAsync( 230return RunChannelAsync( 245/// Version of <see cref="RunChannelAsync"/> when caller the prefers to just push all the results into a channel 261return RunChannelAsync(