8 references to GetMethodSigHelper
mscorlib (8)
system\reflection\emit\dynamicmethod.cs (2)
808byte[] methodSignature = SignatureHelper.GetMethodSigHelper( 825byte[] methodSignature = SignatureHelper.GetMethodSigHelper(
system\reflection\emit\modulebuilder.cs (3)
578SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper(this, con.CallingConvention, null, null, null, parameterTypes, requiredCustomModifiers, optionalCustomModifiers); 1911sigHelp = SignatureHelper.GetMethodSigHelper( 2070SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper(
system\reflection\emit\signaturehelper.cs (2)
33return GetMethodSigHelper(mod, CallingConventions.Standard, returnType, null, null, parameterTypes, null, null); 45return GetMethodSigHelper(mod, callingConvention, returnType, null, null, null, null, null);
system\reflection\emit\symbolmethod.cs (1)
61m_signature = SignatureHelper.GetMethodSigHelper(