5 implementations of Type
Microsoft.CodeAnalysis (5)
CodeGen\MetadataConstant.cs (1)
14
public Cci.ITypeReference
Type
{ get; }
CodeGen\MetadataCreateArray.cs (1)
29
Cci.ITypeReference Cci.IMetadataExpression.
Type
=> ArrayType;
CodeGen\MetadataNamedArgument.cs (1)
48
Cci.ITypeReference Cci.IMetadataExpression.
Type
=> _type;
CodeGen\MetadataTypeOf.cs (1)
37
Cci.ITypeReference Cci.IMetadataExpression.
Type
CodeGen\PermissionSetAttribute.cs (1)
178
Cci.ITypeReference Cci.IMetadataExpression.
Type
{ get { return _type; } }
5 references to Type
Microsoft.CodeAnalysis (5)
CodeGen\PermissionSetAttribute.cs (1)
76
Debug.Assert(context.Module.IsPlatformType(fileArg.
Type
, Cci.PlatformType.SystemString));
PEWriter\MetadataVisitor.cs (1)
237
this.Visit(expression.
Type
);
PEWriter\MetadataWriter.cs (3)
3492
SerializeNamedArgumentType(in context, typeEncoder, namedArgument.
Type
);
3494
SerializeMetadataExpression(in context, literalEncoder, namedArgument.ArgumentValue, namedArgument.
Type
);
3567
SerializeCustomAttributeElementType(in context, typeEncoder, expression.
Type
);