4 writes to GenericCache
System.Private.CoreLib (4)
src\System\RuntimeType.GenericCache.cs (4)
54ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 77ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 97ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache; 136ref IGenericCacheEntry? genericCache = ref type.Cache.GenericCache;
2 references to GenericCache
System.Private.CoreLib (2)
src\System\RuntimeType.GenericCache.cs (2)
32/// A base interface for all cache entries that can be stored in <see cref="RuntimeTypeCache.GenericCache"/>. 41/// the <see cref="RuntimeTypeCache.GenericCache"/> in a <see cref="RuntimeType"/> .