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)
319if (_error == null) 321return _error; 348else if (!stdout && _error != null) 381Contract.Assert((stdout && _out != null) || (!stdout && _error != null), "Didn't set Console::_out or _error appropriately!"); 633if (_error != null && !_isErrorTextWriterRedirected) { 634_error.Flush();