2 writes to _currentLine
System.Net.HttpListener (2)
System\Net\Managed\HttpConnection.cs (2)
385
_currentLine
= null;
419
_currentLine
??= new StringBuilder(128);
3 references to _currentLine
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
436
_currentLine
.Append((char)b);
444
result =
_currentLine
.ToString();
445
_currentLine
.Length = 0;