5 references to RunChannelAsync
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (5)
61
/// Version of <see cref="
RunChannelAsync
"/> when caller the prefers the results being pre-packaged into arrays to process.
70
return
RunChannelAsync
(
79
/// Version of <see cref="
RunChannelAsync
"/> when the caller prefers working with a stream of results.
89
return
RunChannelAsync
(
247
return
RunChannelAsync
(