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