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