3 writes to m_HeadLength
System (3)
net\System\Net\Cache\_CacheStreams.cs (3)
135m_HeadLength += result; 183m_HeadLength += count; 237m_HeadLength += bytes;
2 references to m_HeadLength
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
86return WrappedStream.Length + (m_HeadEOF? m_HeadLength: m_HeadStream.Length); 92return WrappedStream.Position + (m_HeadEOF? m_HeadLength: m_HeadStream.Position);