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