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