2 writes to m_constructorInfoCache
mscorlib (2)
system\rttype.cs (2)
1875
return GetMemberList<RuntimeConstructorInfo>(ref
m_constructorInfoCache
, listType, name, CacheType.Constructor);
1919
GetMemberCache<RuntimeConstructorInfo>(ref
m_constructorInfoCache
);
1 reference to m_constructorInfoCache
mscorlib (1)
system\rttype.cs (1)
1920
return
m_constructorInfoCache
.AddMethod(declaringType, constructor, CacheType.Constructor);