2 overrides of IsSupported
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCompoundAssignmentDiagnosticAnalyzer.cs (1)
25protected override bool IsSupported(SyntaxKind assignmentKind, ParseOptions options)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCompoundAssignmentDiagnosticAnalyzer.vb (1)
23Protected Overrides Function IsSupported(assignmentKind As SyntaxKind, options As ParseOptions) As Boolean
1 reference to IsSupported
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCompoundAssignmentDiagnosticAnalyzer.cs (1)
102if (!IsSupported(binaryKind, syntaxTree.Options))