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