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