Beispiel #1
0
 private static void NotifyOfCrossThreadDependencySlow()
 {
     Debugger.CrossThreadDependencyNotification data = new Debugger.CrossThreadDependencyNotification();
     Debugger.CustomNotification(data);
     if (Debugger.s_triggerThreadAbortExceptionForDebugger)
     {
         throw new ThreadAbortException();
     }
 }
Beispiel #2
0
 private static void NotifyOfCrossThreadDependencySlow()
 {
     Debugger.CustomNotification((ICustomDebuggerNotification) new Debugger.CrossThreadDependencyNotification());
 }