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