1 implementation of OperatorKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8640public BinaryOperatorKind OperatorKind { get; }
6 references to OperatorKind
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2255return new TupleBinaryOperation(operation.OperatorKind, visitedLeft, visitedRight,
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
216countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);