1 write to _consoleOutputHandle
mscorlib (1)
system\console.cs (1)
171_consoleOutputHandle = Win32Native.GetStdHandle(Win32Native.STD_OUTPUT_HANDLE);
2 references to _consoleOutputHandle
mscorlib (2)
system\console.cs (2)
170if (_consoleOutputHandle == IntPtr.Zero) { 173return _consoleOutputHandle;