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