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