2 references to Value
System.Threading.Tasks.Dataflow (2)
Blocks\WriteOnceBlock.cs (2)
512
$"{Common.GetNameForDebugger(this, _dataflowBlockOptions)}, HasValue = {HasValue}, Value = {
Value
}";
539
public T? Value { get { return _writeOnceBlock.
Value
; } }