1 write to _stderrCapture
InteropTests (1)
src\Shared\Process\ProcessEx.cs (1)
40_stderrCapture = new StringBuilder();
2 references to _stderrCapture
InteropTests (2)
src\Shared\Process\ProcessEx.cs (2)
81return _stderrCapture.ToString(); 144_stderrCapture.AppendLine(e.Data);