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)
170
if (
_consoleOutputHandle
== IntPtr.Zero) {
173
return
_consoleOutputHandle
;