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