1 write to _hooker
mscorlib (1)
system\console.cs (1)
1815_hooker = new ControlCHooker();
4 references to _hooker
mscorlib (4)
system\console.cs (4)
1814if (_hooker == null) { 1816_hooker.Hook(); 1830if (_hooker != null && _cancelCallbacks == null) 1831_hooker.Unhook();