2 writes to _currentLine
System.Net.HttpListener (2)
System\Net\Managed\HttpConnection.cs (2)
380
_currentLine
= null;
414
_currentLine
??= new StringBuilder(128);
3 references to _currentLine
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
431
_currentLine
.Append((char)b);
439
result =
_currentLine
.ToString();
440
_currentLine
.Length = 0;