1 write to m_containingType
System.Private.CoreLib (1)
src\System\Reflection\Emit\SymbolMethod.cs (1)
46m_containingType = arrayClass;
3 references to m_containingType
System.Private.CoreLib (3)
src\System\Reflection\Emit\SymbolMethod.cs (3)
64return mod.GetArrayMethodToken(m_containingType, m_name, m_callingConvention, m_returnType, m_parameterTypes); 74public override Type? ReflectedType => m_containingType; 78public override Type? DeclaringType => m_containingType;