16 references to GetDebuggingInformation
System.Threading.Tasks.Dataflow (16)
Blocks\BatchBlock.cs (2)
173private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 202_sourceDebuggingInformation = batchBlock._source.GetDebuggingInformation();
Blocks\BatchedJoinBlock.cs (4)
203private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 229_sourceDebuggingInformation = batchedJoinBlock._source.GetDebuggingInformation(); 458private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 483_sourceDebuggingInformation = batchedJoinBlock._source.GetDebuggingInformation();
Blocks\BufferBlock.cs (2)
418private int CountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 444_sourceDebuggingInformation = bufferBlock._source.GetDebuggingInformation();
Blocks\JoinBlock.cs (4)
181private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 207_sourceDebuggingInformation = joinBlock._source.GetDebuggingInformation(); 405private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 431_sourceDebuggingInformation = joinBlock._source.GetDebuggingInformation();
Blocks\TransformBlock.cs (2)
391private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 420_sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation();
Blocks\TransformManyBlock.cs (2)
600private int OutputCountForDebugger { get { return _source.GetDebuggingInformation().OutputCount; } } 629_sourceDebuggingInformation = transformManyBlock._source.GetDebuggingInformation();