1 write to Value
System.Core (1)
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
50
Value
= value;
5 references to Value
System.Core (5)
Microsoft\Scripting\Compiler\BoundConstants.cs (5)
55
return RuntimeHelpers.GetHashCode(
Value
) ^ Type.GetHashCode();
58
return object.ReferenceEquals(
Value
, other.
Value
) && Type.Equals(other.Type);
133
throw Error.CannotCompileConstant(reference.Key.
Value
);
156
EmitConstantFromArray(lc, reference.Key.
Value
, local.LocalType);