2 writes to m_constructorInfoCache
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
1696
return GetMemberList(ref
m_constructorInfoCache
, listType, name, CacheType.Constructor);
1732
GetMemberCache(ref
m_constructorInfoCache
);
1 reference to m_constructorInfoCache
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1733
return
m_constructorInfoCache
!.AddMethod(declaringType, constructor, CacheType.Constructor);