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