1 write to Value
Microsoft.CodeAnalysis (1)
CodeGen\MetadataConstant.cs (1)
23Value = value;
9 references to Value
Microsoft.CodeAnalysis (9)
CodeGen\PermissionSetAttribute.cs (1)
80var fileName = (string?)((MetadataConstant)fileArg.ArgumentValue).Value;
NativePdbWriter\PdbWriter.cs (1)
497scopeConstant.CompileTimeValue.Value,
PEWriter\MetadataWriter.cs (6)
2392value: constant.Value); 2405value: defaultValue.Value); 2418value: propDef.DefaultValue.Value); 3556c.Value == null && 3579Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 3580scalarEncoder.Constant(c.Value);
PEWriter\MetadataWriter.PortablePdb.cs (1)
183object value = localConstant.CompileTimeValue.Value;