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