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