1 instantiation of TypeComponentsCache
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (1)
207private TypeComponentsCache Cache => _lazyCache ??= new TypeComponentsCache(this);
3 references to TypeComponentsCache
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (3)
184TypeComponentsCache cache = Cache; 207private TypeComponentsCache Cache => _lazyCache ??= new TypeComponentsCache(this); 209private volatile TypeComponentsCache? _lazyCache;