2 writes to m_contentLength
System (2)
net\System\Net\filewebrequest.cs (2)
71m_contentLength = serializationInfo.GetInt64("contentLength"); 134m_contentLength = value;
2 references to m_contentLength
System (2)
net\System\Net\filewebrequest.cs (2)
99serializationInfo.AddValue("contentLength", m_contentLength); 128return m_contentLength;