4 references to countBinaryOperator
Roslyn.Diagnostics.Analyzers (4)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (4)
211countBinaryOperator(operation, ((IBinaryOperation)operation).OperatorKind); 214countBinaryOperator(operation, ((ICompoundAssignmentOperation)operation).OperatorKind); 217countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind); 228countBinaryOperator(operation, ((IRelationalCaseClauseOperation)operation).Relation);