1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Internal\TargetCore.cs (1)
841internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }
4 references to DebuggingInformation
System.Threading.Tasks.Dataflow (4)
Blocks\ActionBlock.cs (1)
328private readonly TargetCore<TInput>.DebuggingInformation? _defaultDebugInfo;
Blocks\TransformBlock.cs (1)
415private readonly TargetCore<TInput>.DebuggingInformation _targetDebuggingInformation;
Blocks\TransformManyBlock.cs (1)
621private readonly TargetCore<TInput>.DebuggingInformation _targetDebuggingInformation;
Internal\TargetCore.cs (1)
841internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }