6 writes to _currentResponseDescription
System.Net.Requests (6)
System\Net\CommandStream.cs (6)
156_currentResponseDescription = null; 274_currentResponseDescription = response; 325_currentResponseDescription = null; 339_currentResponseDescription = null; 352_currentResponseDescription = null; 668_currentResponseDescription = state.Resp;
2 references to _currentResponseDescription
System.Net.Requests (2)
System\Net\CommandStream.cs (2)
308if (_currentResponseDescription == null && entry!.Command == "QUIT\r\n") 311result = PipelineCallback(entry, _currentResponseDescription, false, ref stream);