2 writes to _CacheStreamLength
System (2)
net\System\Net\Cache\RequestCacheValidator.cs (2)
148
set {
_CacheStreamLength
= value;}
202
_CacheStreamLength
= 0L;
1 reference to _CacheStreamLength
System (1)
net\System\Net\Cache\RequestCacheValidator.cs (1)
147
get {return
_CacheStreamLength
;}