6 writes to m_CurrentResponseDescription
System (6)
net\System\Net\_CommandStream.cs (6)
183
m_CurrentResponseDescription
= null;
299
m_CurrentResponseDescription
= response;
348
m_CurrentResponseDescription
= null;
367
m_CurrentResponseDescription
= null;
380
m_CurrentResponseDescription
= null;
665
m_CurrentResponseDescription
= state.Resp;
2 references to m_CurrentResponseDescription
System (2)
net\System\Net\_CommandStream.cs (2)
331
if (
m_CurrentResponseDescription
== null && entry.Command == "QUIT\r\n")
334
result = PipelineCallback(entry,
m_CurrentResponseDescription
, false, ref stream);