16 references to GetDebuggingInformation
System.Threading.Tasks.Dataflow (16)
Blocks\BatchBlock.cs (2)
176private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 205_sourceDebuggingInformation = batchBlock._source.GetDebuggingInformation();
Blocks\BatchedJoinBlock.cs (4)
206private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 232_sourceDebuggingInformation = batchedJoinBlock._source.GetDebuggingInformation(); 464private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 489_sourceDebuggingInformation = batchedJoinBlock._source.GetDebuggingInformation();
Blocks\BufferBlock.cs (2)
424private int CountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 450_sourceDebuggingInformation = bufferBlock._source.GetDebuggingInformation();
Blocks\JoinBlock.cs (4)
187private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 213_sourceDebuggingInformation = joinBlock._source.GetDebuggingInformation(); 417private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 443_sourceDebuggingInformation = joinBlock._source.GetDebuggingInformation();
Blocks\TransformBlock.cs (2)
397private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 426_sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation();
Blocks\TransformManyBlock.cs (2)
603private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 632_sourceDebuggingInformation = transformManyBlock._source.GetDebuggingInformation();