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