1 write to m_containingType
mscorlib (1)
system\reflection\emit\symbolmethod.cs (1)
57m_containingType = arrayClass;
3 references to m_containingType
mscorlib (3)
system\reflection\emit\symbolmethod.cs (3)
74return mod.GetArrayMethodToken(m_containingType, m_name, m_callingConvention, m_returnType, m_parameterTypes); 87get { return m_containingType as Type; } 97get {return m_containingType;}