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