1 write to m_WrappedStream
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
41m_WrappedStream = wrappedStream;
2 references to m_WrappedStream
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
35get { return m_WrappedStream; } 46IRequestLifetimeTracker stream = m_WrappedStream as IRequestLifetimeTracker;