4 writes to GenericCache
System.Private.CoreLib (4)
src\System\RuntimeType.GenericCache.cs (4)
53ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 76ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 96ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 135ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache;
2 references to GenericCache
System.Private.CoreLib (2)
src\System\RuntimeType.GenericCache.cs (2)
31/// A base interface for all cache entries that can be stored in <see cref="RuntimeTypeCache.GenericCache"/>. 40/// the <see cref="RuntimeTypeCache.GenericCache"/> in a <see cref="RuntimeType"/> .