1 implementation of OperatorKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10015
public BinaryOperatorKind
OperatorKind
{ get; }
4 references to OperatorKind
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7590
operatorKind: operation.
OperatorKind
,
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
320
OperatorKind
: BinaryOperatorKind.LessThan or BinaryOperatorKind.LessThanOrEqual or BinaryOperatorKind.GreaterThan or BinaryOperatorKind.GreaterThanOrEqual,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1957
LogString($" ({nameof(BinaryOperatorKind)}.{operation.
OperatorKind
})");
Compilation\TestOperationVisitor.cs (1)
1382
Assert.True(operation.
OperatorKind
is Operations.BinaryOperatorKind.LessThan or