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)
81
return
_stderrCapture
.ToString();
144
_stderrCapture
.AppendLine(e.Data);