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