1 instantiation of DebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BroadcastBlock.cs (1)
1203
internal DebuggingInformation GetDebuggingInformation() { return new
DebuggingInformation
(this); }
2 references to DebuggingInformation
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (2)
458
private readonly BroadcastingSourceCore<T>.
DebuggingInformation
_sourceDebuggingInformation;
1203
internal
DebuggingInformation
GetDebuggingInformation() { return new DebuggingInformation(this); }