3 references to GetDebuggingInformation
System.Threading.Tasks.Dataflow (3)
Blocks\BroadcastBlock.cs (3)
439
private bool HasValueForDebugger { get { return _source.
GetDebuggingInformation
().HasValue; } }
441
private T ValueForDebugger { get { return _source.
GetDebuggingInformation
().Value; } }
466
_sourceDebuggingInformation = broadcastBlock._source.
GetDebuggingInformation
();