1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Internal\SourceCore.cs (1)
994internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }
9 references to DebuggingInformation
System.Threading.Tasks.Dataflow (9)
Blocks\BatchBlock.cs (1)
196private readonly SourceCore<T[]>.DebuggingInformation _sourceDebuggingInformation;
Blocks\BatchedJoinBlock.cs (2)
224private readonly SourceCore<Tuple<IList<T1>, IList<T2>>>.DebuggingInformation _sourceDebuggingInformation; 482private readonly SourceCore<Tuple<IList<T1>, IList<T2>, IList<T3>>>.DebuggingInformation _sourceDebuggingInformation;
Blocks\BufferBlock.cs (1)
442private readonly SourceCore<T>.DebuggingInformation _sourceDebuggingInformation;
Blocks\JoinBlock.cs (2)
205private readonly SourceCore<Tuple<T1, T2>>.DebuggingInformation _sourceDebuggingInformation; 435private readonly SourceCore<Tuple<T1, T2, T3>>.DebuggingInformation _sourceDebuggingInformation;
Blocks\TransformBlock.cs (1)
417private readonly SourceCore<TOutput>.DebuggingInformation _sourceDebuggingInformation;
Blocks\TransformManyBlock.cs (1)
623private readonly SourceCore<TOutput>.DebuggingInformation _sourceDebuggingInformation;
Internal\SourceCore.cs (1)
994internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }