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