1 write to m_callingConvention
mscorlib (1)
system\reflection\emit\symbolmethod.cs (1)
59
m_callingConvention
= callingConvention;
2 references to m_callingConvention
mscorlib (2)
system\reflection\emit\symbolmethod.cs (2)
74
return mod.GetArrayMethodToken(m_containingType, m_name,
m_callingConvention
, m_returnType, m_parameterTypes);
120
get { return
m_callingConvention
; }