10 writes to m_Method
System (10)
net\System\Net\webclient.cs (10)
99m_Method = null; 496m_Method = method; 567m_Method = method; 706m_Method = method; 802m_Method = method; 1919m_Method = method; 2213m_Method = method; 2304m_Method = method; 2406m_Method = method; 2504m_Method = method;
3 references to m_Method
System (3)
net\System\Net\webclient.cs (3)
286if (m_Method != null) { 287request.Method = m_Method; 620if (m_Method.ToUpper(CultureInfo.InvariantCulture) == "POST")