Implemented interface member:
property
Type
Microsoft.Cci.IMetadataExpression.Type
1 write to Type
Microsoft.CodeAnalysis (1)
CodeGen\MetadataConstant.cs (1)
22
Type
= type;
4 references to Type
Microsoft.CodeAnalysis (4)
CodeGen\LocalConstantDefinition.cs (1)
42
public Cci.ITypeReference Type => CompileTimeValue.
Type
;
PEWriter\MetadataWriter.cs (3)
3561
this.module.IsPlatformType(c.
Type
, PlatformType.SystemObject))
3577
if (c.
Type
is IArrayTypeReference)
3583
Debug.Assert(!module.IsPlatformType(c.
Type
, PlatformType.SystemType) || c.Value == null);