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