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