2 types derived from SyntaxNodeWithinAnalyzerTypeCompilationAnalyzer
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerFieldsAnalyzer.cs (1)
87
private sealed class FieldsAnalyzer :
SyntaxNodeWithinAnalyzerTypeCompilationAnalyzer
<TClassDeclarationSyntax, TStructDeclarationSyntax, TFieldDeclarationSyntax>
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (1)
112
protected abstract class ReportDiagnosticCompilationAnalyzer :
SyntaxNodeWithinAnalyzerTypeCompilationAnalyzer
<TClassDeclarationSyntax, TStructDeclarationSyntax, TInvocationExpressionSyntax>