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