2 overrides of SyntaxKindsOfInterest
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs (1)
23protected override ImmutableArray<SyntaxKind> SyntaxKindsOfInterest { get; } =
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb (1)
18Protected Overrides ReadOnly Property SyntaxKindsOfInterest As ImmutableArray(Of SyntaxKind) =
1 reference to SyntaxKindsOfInterest
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnnecessaryCastDiagnosticAnalyzer.cs (1)
38=> context.RegisterSyntaxNodeAction(AnalyzeSyntax, SyntaxKindsOfInterest);