3 writes to _out
mscorlib (3)
system\console.cs (3)
378_out = writer; 631_out = null; 1939_out = newOut;
6 references to _out
mscorlib (6)
system\console.cs (6)
308if (_out == null) 310return _out; 346if (stdout && _out != null) 381Contract.Assert((stdout && _out != null) || (!stdout && _error != null), "Didn't set Console::_out or _error appropriately!"); 629if (_out != null && !_isOutTextWriterRedirected) { 630_out.Flush();