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