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