13 references to CompoundAssignment
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentParameterUsageAnalyzer.cs (1)
109}, OperationKind.SimpleAssignment, OperationKind.CompoundAssignment, OperationKind.CoalesceAssignment, OperationKind.Increment, OperationKind.Decrement);
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentParameterUsageAnalyzer.cs (1)
109}, OperationKind.SimpleAssignment, OperationKind.CompoundAssignment, OperationKind.CoalesceAssignment, OperationKind.Increment, OperationKind.Decrement);
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
1497/// <item><description><see cref="OperationKind.CompoundAssignment"/></description></item> 6415public override OperationKind Kind => OperationKind.CompoundAssignment;
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
210case OperationKind.CompoundAssignment:
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
210case OperationKind.CompoundAssignment:
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Security\DoNotUseDeprecatedSecurityProtocols.cs (2)
89OperationKind.CompoundAssignment, 188OperationKind.CompoundAssignment);
Microsoft.NetCore.Analyzers\Security\JsonNetTypeNameHandling.cs (1)
96OperationKind.CompoundAssignment);
Microsoft.NetCore.Analyzers\Security\SslProtocolsAnalyzer.cs (1)
213OperationKind.CompoundAssignment,
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
212case OperationKind.CompoundAssignment:
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
210case OperationKind.CompoundAssignment:
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
210case OperationKind.CompoundAssignment: