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