8 references to GetMethodSigHelper
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (2)
150byte[] methodSignature = SignatureHelper.GetMethodSigHelper( 161byte[] methodSignature = SignatureHelper.GetMethodSigHelper(
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (3)
276SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper(this, constructor.CallingConvention, null, null, null, parameterTypes, requiredCustomModifiers, optionalCustomModifiers); 1038sigHelp = SignatureHelper.GetMethodSigHelper( 1141SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper(
src\System\Reflection\Emit\SignatureHelper.cs (2)
21return GetMethodSigHelper(mod, CallingConventions.Standard, returnType, null, null, parameterTypes, null, null); 26return GetMethodSigHelper(mod, callingConvention, returnType, null, null, null, null, null);
src\System\Reflection\Emit\SymbolMethod.cs (1)
51SignatureHelper.GetMethodSigHelper(