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