2 writes to m_contentLength
System (2)
net\System\Net\filewebresponse.cs (2)
55m_contentLength = m_stream.Length; 76m_contentLength = serializationInfo.GetInt64("contentLength");
3 references to m_contentLength
System (3)
net\System\Net\filewebresponse.cs (3)
58m_headers.AddInternal(HttpKnownHeaderNames.ContentLength, m_contentLength.ToString(NumberFormatInfo.InvariantInfo)); 100serializationInfo.AddValue("contentLength", m_contentLength); 110return m_contentLength;