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)
511scopeConstant.CompileTimeValue.Value,
PEWriter\MetadataWriter.cs (6)
2396value: constant.Value); 2409value: defaultValue.Value); 2422value: propDef.DefaultValue.Value); 3560c.Value == null && 3583Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 3584scalarEncoder.Constant(c.Value);
PEWriter\MetadataWriter.PortablePdb.cs (1)
183object value = localConstant.CompileTimeValue.Value;