2 writes to _currentLine
System.Net.HttpListener (2)
System\Net\Managed\HttpConnection.cs (2)
375_currentLine = null; 409_currentLine ??= new StringBuilder(128);
3 references to _currentLine
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
426_currentLine.Append((char)b); 434result = _currentLine.ToString(); 435_currentLine.Length = 0;