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)
308
if (
_out
== null)
310
return
_out
;
346
if (stdout &&
_out
!= null)
381
Contract.Assert((stdout &&
_out
!= null) || (!stdout && _error != null), "Didn't set Console::_out or _error appropriately!");
629
if (
_out
!= null && !_isOutTextWriterRedirected) {
630
_out
.Flush();