4 writes to m_ParseError
System (4)
net\System\Net\_Connection.cs (4)
2591ref m_ParseError); 2607ref m_ParseError); 2649ref m_ParseError); 2659ref m_ParseError);
10 references to m_ParseError
System (10)
net\System\Net\_Connection.cs (10)
2372m_ParseError.Section = WebParseErrorSection.Generic; 2373m_ParseError.Code = WebParseErrorCode.UnexpectedServerResponse; 2386m_ParseError.Section = WebParseErrorSection.ResponseHeader; 2387m_ParseError.Code = WebParseErrorCode.InvalidContentLength; 2551m_ParseError.Section = WebParseErrorSection.Generic; 2552m_ParseError.Code = WebParseErrorCode.Generic; 3004if (m_ParseError.Section != WebParseErrorSection.Generic) 3005detailedInfo += " Section=" + m_ParseError.Section.ToString(); 3006if (m_ParseError.Code != WebParseErrorCode.Generic) { 3007detailedInfo += " Detail=" + SR.GetString("net_WebResponseParseError_" + m_ParseError.Code.ToString());