1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Internal\SourceCore.cs (1)
988
internal DebuggingInformation GetDebuggingInformation() { return new
DebuggingInformation
(this); }
9 references to DebuggingInformation
System.Threading.Tasks.Dataflow (9)
Blocks\BatchBlock.cs (1)
193
private readonly SourceCore<T[]>.
DebuggingInformation
_sourceDebuggingInformation;
Blocks\BatchedJoinBlock.cs (2)
221
private readonly SourceCore<Tuple<IList<T1>, IList<T2>>>.
DebuggingInformation
_sourceDebuggingInformation;
476
private readonly SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>>.
DebuggingInformation
_sourceDebuggingInformation;
Blocks\BufferBlock.cs (1)
436
private readonly SourceCore<T>.
DebuggingInformation
_sourceDebuggingInformation;
Blocks\JoinBlock.cs (2)
199
private readonly SourceCore<Tuple<T1, T2>>.
DebuggingInformation
_sourceDebuggingInformation;
423
private readonly SourceCore<Tuple<T1, T2, T3>>.
DebuggingInformation
_sourceDebuggingInformation;
Blocks\TransformBlock.cs (1)
411
private readonly SourceCore<TOutput>.
DebuggingInformation
_sourceDebuggingInformation;
Blocks\TransformManyBlock.cs (1)
620
private readonly SourceCore<TOutput>.
DebuggingInformation
_sourceDebuggingInformation;
Internal\SourceCore.cs (1)
988
internal
DebuggingInformation
GetDebuggingInformation() { return new DebuggingInformation(this); }