11 references to WriteSignatureForType
System.Reflection.Emit (11)
System\Reflection\Emit\SignatureHelper.cs (11)
22WriteSignatureForType(encoder.AddVariable().Type(local.LocalType.IsByRef, local.IsPinned), 34WriteSignatureForType(encoder.Type(), fieldType, module); 59WriteSignatureForType(new BlobEncoder(typeSpecSignature).TypeSpecificationSignature(), type, module); 71WriteSignatureForType(encoder.AddArgument(), argument, module); 92WriteSignatureForType(retEncoder.Type(), returnType, module); 150WriteSignatureForType(encoder.Type(), parameters[i], module); 164WriteSignatureForType(retType.Type(), property.PropertyType, module); 178WriteSignatureForType(signature.SZArray(), elementType, module); 189WriteSignatureForType(signature.Pointer(), type.GetElementType()!, module); 194WriteSignatureForType(signature, type.GetElementType()!, module); 214WriteSignatureForType(encoder.AddArgument(), gType, module);