1 write to _lazyCache
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (1)
188private TypeComponentsCache Cache => _lazyCache ??= new TypeComponentsCache(this);
1 reference to _lazyCache
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (1)
193get => _lazyCache?._genericCache;