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