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