1 write to _source
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
765
_source
= source;
3 references to _source
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (3)
769
public ITargetBlock<TOutput> Target { get { return
_source
._target; } }
771
public TOutput Message { get { return
_source
._messageValue; } }
773
public Task<bool> Completion { get { return
_source
.Task; } }