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