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