6 references to IsPrivateCache
System (6)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
313cacheEntry.IsPrivateEntry = _RequestCache.IsPrivateCache; 564cacheEntry.IsPrivateEntry = _RequestCache.IsPrivateCache;
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
210requestCacheEntry.IsPrivateEntry = this.IsPrivateCache;
net\System\Net\Cache\IERequestCache.cs (3)
240cacheEntry = new RequestCacheEntry(entry, IsPrivateCache); 311cacheEntry.IsPrivateEntry = IsPrivateCache; 340cacheEntry.IsPrivateEntry = IsPrivateCache;