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