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