4 references to countBinaryOperator
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (4)
209
countBinaryOperator
(operation, ((IBinaryOperation)operation).OperatorKind);
212
countBinaryOperator
(operation, ((ICompoundAssignmentOperation)operation).OperatorKind);
215
countBinaryOperator
(operation, ((ITupleBinaryOperation)operation).OperatorKind);
226
countBinaryOperator
(operation, ((IRelationalCaseClauseOperation)operation).Relation);