4 references to Completion
System.Threading.Tasks.Dataflow (4)
Blocks\ActionBlock.cs (1)
259get { return _defaultTarget != null ? _defaultTarget.Completion : _spscTarget!.Completion; }
Blocks\TransformBlock.cs (1)
143_target.Completion.ContinueWith(static (completed, state) =>
Blocks\TransformManyBlock.cs (1)
139target.Completion.ContinueWith(static (completed, state) =>
Internal\TargetCore.cs (1)
872internal bool IsCompleted { get { return _target.Completion.IsCompleted; } }