2 writes to m_method
System (2)
net\System\Net\filewebrequest.cs (2)
70m_method = serializationInfo.GetString("method"); 170m_method = value;
3 references to m_method
System (3)
net\System\Net\filewebrequest.cs (3)
98serializationInfo.AddValue("method", m_method); 164return m_method; 293return !KnownHttpVerb.Parse(m_method).ContentBodyNotAllowed;