4 writes to GenericCache
System.Private.CoreLib (4)
src\System\RuntimeType.GenericCache.cs (4)
53
ref IGenericCacheEntry? genericCache = ref type.Cache.
GenericCache
;
76
ref IGenericCacheEntry? genericCache = ref type.Cache.
GenericCache
;
96
ref IGenericCacheEntry? genericCache = ref type.Cache.
GenericCache
;
135
ref 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"/> .