1 write to Value
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
34Value = value;
4 references to Value
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\BoundConstants.cs (4)
40return RuntimeHelpers.GetHashCode(Value) ^ Type.GetHashCode(); 44return object.ReferenceEquals(Value, other.Value) && Type.Equals(other.Type); 156EmitConstantFromArray(lc, reference.Key.Value, local.LocalType);