7 references to Equals
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (2)
18this.Input.Equals(other.Input); 157this.Target.Equals(((BoundDagAssignmentEvaluation)obj).Target);
BoundTree\BoundDagTemp.cs (1)
23public override bool Equals(object? obj) => obj is BoundDagTemp other && this.Equals(other);
BoundTree\BoundDagTest.cs (1)
24if (!this.Input.Equals(other.Input))
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
535if (!t1.Input.Equals(t2.Input)) 570if (!(node is BoundTestDecisionDagNode testNode && testNode.Test.Input.Equals(input))) 594vd.Input.Equals(input) &&