1 write to _standardOutputText
Microsoft.AspNetCore.Security.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
105_standardOutputText = new StringBuilder();
2 references to _standardOutputText
Microsoft.AspNetCore.Security.Microbenchmarks (2)
src\Shared\BenchmarkRunner\Program.cs (2)
65_standardOutput?.WriteLine(_standardOutputText.ToString()); 106Console.SetOut(new StringWriter(_standardOutputText));