1 write to OperatorKind
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5348this.OperatorKind = operatorKind;
7 references to OperatorKind
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (1)
2245new One(new BoundDagRelationalTest(t.Syntax, t.OperatorKind, safeAdd(t.Value, offset), lengthTemp));
BoundTree\BoundDagRelationalTest.cs (1)
9public BinaryOperatorKind Relation => OperatorKind.Operator();
Generated\BoundNodes.xml.Generated.cs (3)
5360if (operatorKind != this.OperatorKind || value != this.Value || input != this.Input) 11599return node.Update(node.OperatorKind, node.Value, input); 16175new TreeDumperNode("operatorKind", node.OperatorKind, null),
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
583return ValueDispatchNode.RelationalDispatch.CreateBalanced(testNode.Syntax, relational.Value, relational.OperatorKind, whenTrue: whenTrue, whenFalse: whenFalse);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
360return MakeRelationalTest(d.Syntax, input, d.OperatorKind, d.Value);