1 write to _writer
HttpStress (1)
Program.cs (1)
734public HttpEventListener(StreamWriter writer = null) => _writer = writer;
2 references to _writer
HttpStress (2)
Program.cs (2)
748if (_writer != null) 759_writer.WriteLine(sb);