2 writes to _standardError
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
926_standardError = null;
System\Diagnostics\Process.Unix.cs (1)
482_standardError = new StreamReader(OpenStream(stderrFd, PipeDirection.In),
7 references to _standardError
System.Diagnostics.Process (7)
System\Diagnostics\Process.cs (7)
726if (_standardError == null) 740return _standardError; 907if (_standardError != null && (_errorStreamReadMode == StreamReadMode.AsyncMode || _errorStreamReadMode == StreamReadMode.Undefined)) 914_standardError.Close(); 1643if (_standardError == null) 1648Stream s = _standardError.BaseStream; 1649_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);