3 references to SignatureHelper
mscorlib (3)
system\reflection\emit\signaturehelper.cs (3)
50
SignatureHelper sigHelp = new
SignatureHelper
(scope, MdSigCallingConvention.GenericInst);
153
return new
SignatureHelper
(mod, MdSigCallingConvention.LocalSig);
158
return new
SignatureHelper
(mod, MdSigCallingConvention.Field);