3 references to Type
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3794var typeEncoder = returnTypeEncoder.Type(signature.ReturnValueIsByRef);
System.Reflection.Emit (2)
System\Reflection\Emit\SignatureHelper.cs (2)
90WriteSignatureForType(retEncoder.Type(), returnType, module); 162WriteSignatureForType(retType.Type(), property.PropertyType, module);