3 references to GetMethodSigHelper
mscorlib (3)
system\reflection\emit\methodbuilder.cs (1)
400m_signature = SignatureHelper.GetMethodSigHelper (m_module, m_callingConvention, m_inst != null ? m_inst.Length : 0,
system\reflection\emit\signaturehelper.cs (2)
39return GetMethodSigHelper(mod, callingConvention, cGenericParam, returnType, null, null, null, null, null); 63return GetMethodSigHelper(scope, callingConvention, 0, returnType, requiredReturnTypeCustomModifiers,