1 write to _handler
mscorlib (1)
system\console.cs (1)
1680_handler = new Win32Native.ConsoleCtrlHandlerRoutine(BreakEvent);
2 references to _handler
mscorlib (2)
system\console.cs (2)
1696bool r = Win32Native.SetConsoleCtrlHandler(_handler, true); 1710bool r = Win32Native.SetConsoleCtrlHandler(_handler, false);