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