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