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); 444result = _currentLine.ToString(); 445_currentLine.Length = 0;