7 references to RunChannelAsync
Microsoft.CodeAnalysis.BannedApiAnalyzers (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.
53
return
RunChannelAsync
(
62
/// Version of <see cref="
RunChannelAsync
"/> when the caller prefers working with a stream of results.
72
return
RunChannelAsync
(
230
return
RunChannelAsync
(
245
/// Version of <see cref="
RunChannelAsync
"/> when caller the prefers to just push all the results into a channel
261
return
RunChannelAsync
(