1 write to _standardOutputText
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
100_standardOutputText = new StringBuilder();
2 references to _standardOutputText
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
src\Shared\BenchmarkRunner\Program.cs (2)
60_standardOutput?.WriteLine(_standardOutputText?.ToString()); 101Console.SetOut(new StringWriter(_standardOutputText));