3 writes to _error
mscorlib (3)
system\console.cs (3)
380
_error
= writer;
635
_error
= null;
1962
_error
= newError;
6 references to _error
mscorlib (6)
system\console.cs (6)
319
if (
_error
== null)
321
return
_error
;
348
else if (!stdout &&
_error
!= null)
381
Contract.Assert((stdout && _out != null) || (!stdout &&
_error
!= null), "Didn't set Console::_out or _error appropriately!");
633
if (
_error
!= null && !_isErrorTextWriterRedirected) {
634
_error
.Flush();