1 write to _source
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
113_source = source;
6 references to _source
System.Threading.Tasks.Dataflow (6)
Base\DataflowBlock.cs (6)
156return _source.ConsumeMessage(messageHeader, this, out messageConsumed); 165return _source.ReserveMessage(messageHeader, this); 174_source.ReleaseReservation(messageHeader, this); 178Task IDataflowBlock.Completion { get { return _source.Completion; } } 192var displaySource = _source as IDebuggerDisplay; 194return $"{Common.GetNameForDebugger(this)} Source = \"{(displaySource != null ? displaySource.Content : _source)}\", Target = \"{(displayTarget != null ? displayTarget.Content : _target)}\"";