1 write to Type
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
35
Type
= type;
4 references to Type
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
);
155
LocalBuilder local = lc.IL.DeclareLocal(reference.Key.
Type
);