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