1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchBlock.cs (1)
1157
internal DebuggingInformation GetDebuggingInformation() { return new
DebuggingInformation
(this); }
2 references to DebuggingInformation
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (2)
194
private readonly BatchBlockTargetCore.
DebuggingInformation
_targetDebuggingInformation;
1157
internal
DebuggingInformation
GetDebuggingInformation() { return new DebuggingInformation(this); }