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