4 writes to m_ContentLength
System (4)
net\System\Net\_Connection.cs (1)
2454m_ResponseData.m_ContentLength = contentLength;
net\System\Net\HttpWebRequest.cs (2)
4239responseData.m_ContentLength = CacheProtocol.ResponseStreamLength; 4305responseData.m_ContentLength = CacheProtocol.ResponseStreamLength;
net\System\Net\Internal.cs (1)
1770cloneResponseData.m_ContentLength = m_ContentLength;
2 references to m_ContentLength
System (2)
net\System\Net\HttpWebResponse.cs (1)
514m_ContentLength = coreData.m_ContentLength;
net\System\Net\Internal.cs (1)
1770cloneResponseData.m_ContentLength = m_ContentLength;