4 references to _completionSource
System.Threading.Tasks.Dataflow (4)
Internal\TargetCore.cs (4)
241
internal Task Completion { get { return
_completionSource
.Task; } }
781
_completionSource
.TrySetException(Volatile.Read(ref _exceptions!));
786
_completionSource
.TrySetCanceled(_dataflowBlockOptions.CancellationToken);
791
_completionSource
.TrySetResult(default(VoidResult));