11 references to WriteSignatureForType
System.Reflection.Emit (11)
System\Reflection\Emit\SignatureHelper.cs (11)
20WriteSignatureForType(encoder.AddVariable().Type(local.LocalType.IsByRef, local.IsPinned), 32WriteSignatureForType(encoder.Type(), fieldType, module); 57WriteSignatureForType(new BlobEncoder(typeSpecSignature).TypeSpecificationSignature(), type, module); 69WriteSignatureForType(encoder.AddArgument(), argument, module); 90WriteSignatureForType(retEncoder.Type(), returnType, module); 148WriteSignatureForType(encoder.Type(), parameters[i], module); 162WriteSignatureForType(retType.Type(), property.PropertyType, module); 176WriteSignatureForType(signature.SZArray(), elementType, module); 187WriteSignatureForType(signature.Pointer(), type.GetElementType()!, module); 192WriteSignatureForType(signature, type.GetElementType()!, module); 212WriteSignatureForType(encoder.AddArgument(), gType, module);