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