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