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