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