1 implementation of OperatorKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9977
public BinaryOperatorKind
OperatorKind
{ get; }
3 references to OperatorKind
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7557
operatorKind: operation.
OperatorKind
,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1966
LogString($" ({nameof(BinaryOperatorKind)}.{operation.
OperatorKind
})");
Compilation\TestOperationVisitor.cs (1)
1375
Assert.True(operation.
OperatorKind
is Operations.BinaryOperatorKind.LessThan or