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