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