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