2 writes to _cancelCallbacks
mscorlib (2)
system\console.cs (2)
1811_cancelCallbacks += value; 1828_cancelCallbacks -= value;
4 references to _cancelCallbacks
mscorlib (4)
system\console.cs (4)
1747ConsoleCancelEventHandler cancelCallbacks = Console._cancelCallbacks; 1829Contract.Assert(_cancelCallbacks == null || _cancelCallbacks.GetInvocationList().Length > 0, "Teach Console::CancelKeyPress to handle a non-null but empty list of callbacks"); 1830if (_hooker != null && _cancelCallbacks == null)