5 references to Default
System.Runtime.Caching (5)
System\Caching\CacheItemPolicy.cs (1)
53_priority = CacheItemPriority.Default;
System\Caching\MemoryCache.cs (4)
223if (policy.Priority != CacheItemPriority.Default && policy.Priority != CacheItemPriority.NotRemovable) { 224throw new ArgumentOutOfRangeException("policy", RH.Format(R.Argument_out_of_range, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable)); 337CacheItemPriority priority = CacheItemPriority.Default; 568CacheItemPriority priority = CacheItemPriority.Default;