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