6 writes to _currentResponseDescription
System.Net.Requests (6)
System\Net\CommandStream.cs (6)
158_currentResponseDescription = null; 276_currentResponseDescription = response; 327_currentResponseDescription = null; 341_currentResponseDescription = null; 354_currentResponseDescription = null; 675_currentResponseDescription = state.Resp;
2 references to _currentResponseDescription
System.Net.Requests (2)
System\Net\CommandStream.cs (2)
310if (_currentResponseDescription == null && entry!.Command == "QUIT\r\n") 313result = PipelineCallback(entry, _currentResponseDescription, false, ref stream);