1 write to s_defaultCache
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
243s_defaultCache = new MemoryCache();
3 references to s_defaultCache
System.Runtime.Caching (3)
System\Caching\MemoryCache.cs (3)
240if (s_defaultCache == null) { 242if (s_defaultCache == null) { 247return s_defaultCache;