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