1 implementation of OperatorKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8600
public BinaryOperatorKind
OperatorKind
{ get; }
11 references to OperatorKind
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2245
return new TupleBinaryOperation(operation.
OperatorKind
, visitedLeft, visitedRight,
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1218
var kindStr = $"{nameof(BinaryOperatorKind)}.{operation.
OperatorKind
}";
Compilation\TestOperationVisitor.cs (1)
833
var binaryOperationKind = operation.
OperatorKind
;
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
217
countBinaryOperator(operation, ((ITupleBinaryOperation)operation).
OperatorKind
);