4 references to HasValue
System.Threading.Tasks.Dataflow (4)
Blocks\WriteOnceBlock.cs (4)
318hasValue = HasValue; 461if (HasValue) 519$"{Common.GetNameForDebugger(this, _dataflowBlockOptions)}, HasValue = {HasValue}, Value = {Value}"; 544public bool HasValue { get { return _writeOnceBlock.HasValue; } }