1 implementation of ICustomDebuggerNotification
mscorlib (1)
system\diagnostics\debugger.cs (1)
151
private class CrossThreadDependencyNotification :
ICustomDebuggerNotification
1 reference to ICustomDebuggerNotification
mscorlib (1)
system\diagnostics\debugger.cs (1)
234
private static extern void CustomNotification(
ICustomDebuggerNotification
data);