7 instantiations of SignatureHelper
mscorlib (7)
system\reflection\emit\signaturehelper.cs (7)
50SignatureHelper sigHelp = new SignatureHelper(scope, MdSigCallingConvention.GenericInst); 94sigHelp = new SignatureHelper(scope, intCall, cGenericParam, returnType, 131sigHelp = new SignatureHelper(mod, intCall, returnType, null, null); 153return new SignatureHelper(mod, MdSigCallingConvention.LocalSig); 158return new SignatureHelper(mod, MdSigCallingConvention.Field); 190sigHelp = new SignatureHelper(mod, intCall, 206return new SignatureHelper(mod, type);
83 references to SignatureHelper
mscorlib (83)
system\reflection\emit\cominterfaces.cs (1)
257[TypeLibImportClassAttribute(typeof(System.Reflection.Emit.SignatureHelper))]
system\reflection\emit\dynamicilgenerator.cs (14)
241SignatureHelper sig; 283SignatureHelper sig; 288sig = SignatureHelper.GetMethodSigHelper(unmanagedCallConv, returnType); 353public override void Emit(OpCode opcode, SignatureHelper signature) 513SignatureHelper sig = GetMemberRefSignature(methodInfo.CallingConvention, 525internal override SignatureHelper GetMemberRefSignature( 533SignatureHelper sig; 538sig = SignatureHelper.GetMethodSigHelper(call, returnType); 655private int GetTokenForVarArgMethod(RuntimeMethodInfo rtMeth, SignatureHelper sig) 665private int GetTokenForVarArgMethod(DynamicMethod dm, SignatureHelper sig) 1049m_localSignature = SignatureHelper.GetLocalVarSigHelper().InternalGetSignatureArray(); 1316internal SignatureHelper m_signature; 1318internal VarArgMethod(DynamicMethod dm, SignatureHelper signature) 1324internal VarArgMethod(RuntimeMethodInfo method, SignatureHelper signature)
system\reflection\emit\dynamicmethod.cs (2)
808byte[] methodSignature = SignatureHelper.GetMethodSigHelper( 825byte[] methodSignature = SignatureHelper.GetMethodSigHelper(
system\reflection\emit\fieldbuilder.cs (2)
59SignatureHelper sigHelp = SignatureHelper.GetFieldSigHelper(m_typeBuilder.Module);
system\reflection\emit\ilgenerator.cs (9)
97internal SignatureHelper m_localSignature; 161m_localSignature = SignatureHelper.GetLocalVarSigHelper(null); 163m_localSignature = SignatureHelper.GetLocalVarSigHelper(mb.GetTypeBuilder().Module); 229internal virtual SignatureHelper GetMemberRefSignature(CallingConventions call, Type returnType, 236private SignatureHelper GetMemberRefSignature(CallingConventions call, Type returnType, 522SignatureHelper sig; 566SignatureHelper sig; 575sig = SignatureHelper.GetMethodSigHelper( 644public virtual void Emit(OpCode opcode, SignatureHelper signature)
system\reflection\emit\localbuilder.cs (2)
71SignatureHelper sigHelp; 95sigHelp = SignatureHelper.GetFieldSigHelper(dynMod);
system\reflection\emit\methodbuilder.cs (5)
57private SignatureHelper m_signature; 395internal SignatureHelper GetMethodSignature() 400m_signature = SignatureHelper.GetMethodSigHelper (m_module, m_callingConvention, m_inst != null ? m_inst.Length : 0, 425return SignatureHelper.GetLocalVarSigHelper(m_module).InternalGetSignature(out signatureLength); 498SignatureHelper thatSig = ((MethodBuilder)obj).GetMethodSignature();
system\reflection\emit\modulebuilder.cs (19)
578SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper(this, con.CallingConvention, null, null, null, parameterTypes, requiredCustomModifiers, optionalCustomModifiers); 744byte[] sig = SignatureHelper.GetTypeSigToken(this, method.DeclaringType).InternalGetSignature(out length); 765internal SignatureHelper GetMemberRefSignature(CallingConventions call, Type returnType, 769SignatureHelper sig = SignatureHelper.GetMethodSigHelper(this, call, returnType, cGenericParameters); 1718byte[] sig = SignatureHelper.GetTypeSigToken(this, type).InternalGetSignature(out length); 1907SignatureHelper sigHelp; 1911sigHelp = SignatureHelper.GetMethodSigHelper( 1919sigHelp = SignatureHelper.GetMethodSigHelper(this, method.ReturnType, parameterTypes); 2006byte[] sigBytes = SignatureHelper.GetMethodSpecSigHelper( 2070SignatureHelper sigHelp = SignatureHelper.GetMethodSigHelper( 2135byte[] sig = SignatureHelper.GetTypeSigToken(this, field.DeclaringType).InternalGetSignature(out length); 2168byte[] sig = SignatureHelper.GetTypeSigToken(this, field.DeclaringType).InternalGetSignature(out length); 2182byte[] sig = SignatureHelper.GetTypeSigToken(this, field.DeclaringType).InternalGetSignature(out length); 2191SignatureHelper sigHelp = SignatureHelper.GetFieldSigHelper(this); 2219public SignatureToken GetSignatureToken(SignatureHelper sigHelper)
system\reflection\emit\propertybuilder.cs (2)
45SignatureHelper sig, // property signature descriptor info 300private SignatureHelper m_signature;
system\reflection\emit\signaturehelper.cs (23)
31public static SignatureHelper GetMethodSigHelper(Module mod, Type returnType, Type[] parameterTypes) 37internal static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, Type returnType, int cGenericParam) 43public static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, Type returnType) 48internal static SignatureHelper GetMethodSpecSigHelper(Module scope, Type[] inst) 50SignatureHelper sigHelp = new SignatureHelper(scope, MdSigCallingConvention.GenericInst); 58internal static SignatureHelper GetMethodSigHelper( 68internal static SignatureHelper GetMethodSigHelper( 73SignatureHelper sigHelp; 102public static SignatureHelper GetMethodSigHelper(Module mod, CallingConvention unmanagedCallConv, Type returnType) 104SignatureHelper sigHelp; 136public static SignatureHelper GetLocalVarSigHelper() 141public static SignatureHelper GetMethodSigHelper(CallingConventions callingConvention, Type returnType) 146public static SignatureHelper GetMethodSigHelper(CallingConvention unmanagedCallingConvention, Type returnType) 151public static SignatureHelper GetLocalVarSigHelper(Module mod) 156public static SignatureHelper GetFieldSigHelper(Module mod) 161public static SignatureHelper GetPropertySigHelper(Module mod, Type returnType, Type[] parameterTypes) 166public static SignatureHelper GetPropertySigHelper(Module mod, 174public static SignatureHelper GetPropertySigHelper(Module mod, CallingConventions callingConvention, 178SignatureHelper sigHelp; 198internal static SignatureHelper GetTypeSigToken(Module mod, Type type) 881if (!(obj is SignatureHelper)) 886SignatureHelper temp = (SignatureHelper)obj;
system\reflection\emit\symbolmethod.cs (2)
27private SignatureHelper m_signature; 61m_signature = SignatureHelper.GetMethodSigHelper(
system\reflection\emit\typebuilder.cs (2)
2177SignatureHelper sigHelper; 2184sigHelper = SignatureHelper.GetPropertySigHelper(