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