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