3 references to GetMethodSigHelper
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
444
SignatureHelper sigHelp = SignatureHelper.
GetMethodSigHelper
(null, unmanagedCallConv, returnType);
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
568
SignatureHelper sig = SignatureHelper.
GetMethodSigHelper
(
src\System\Reflection\Emit\SignatureHelper.cs (1)
119
return
GetMethodSigHelper
(null, unmanagedCallingConvention, returnType);