1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Internal\SpscTargetCore.cs (1)
368internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }
2 references to DebuggingInformation
System.Threading.Tasks.Dataflow (2)
Blocks\ActionBlock.cs (1)
330private readonly SpscTargetCore<TInput>.DebuggingInformation? _spscDebugInfo;
Internal\SpscTargetCore.cs (1)
368internal DebuggingInformation GetDebuggingInformation() { return new DebuggingInformation(this); }