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)
308
if (
_currentResponseDescription
== null && entry!.Command == "QUIT\r\n")
311
result = PipelineCallback(entry,
_currentResponseDescription
, false, ref stream);