4 references to Type
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3812var typeEncoder = returnTypeEncoder.Type(signature.ReturnValueIsByRef);
System.Reflection.Emit (3)
System\Reflection\Emit\SignatureHelper.cs (3)
92WriteSignatureForType(retEncoder.Type(), returnType, module); 183WriteSignatureForType(retType.Type(), property.PropertyType, module); 298WriteSignatureForType(retTypeEncoder.Type(), returnType, module);