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