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