13 references to WriteSignatureForType
System.Reflection.Emit (13)
System\Reflection\Emit\SignatureHelper.cs (13)
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); 169WriteSignatureForType(encoder.Type(), parameters[i], module); 183WriteSignatureForType(retType.Type(), property.PropertyType, module); 197WriteSignatureForType(signature.SZArray(), elementType, module); 208WriteSignatureForType(signature.Pointer(), type.GetElementType()!, module); 213WriteSignatureForType(signature, type.GetElementType()!, module); 233WriteSignatureForType(encoder.AddArgument(), gType, module); 298WriteSignatureForType(retTypeEncoder.Type(), returnType, module); 311WriteSignatureForType(paramEncoder.Type(), paramType, module);