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