1 type derived from AbstractMatchFolderAndNamespaceDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
24: AbstractMatchFolderAndNamespaceDiagnosticAnalyzer<SyntaxKind, BaseNamespaceDeclarationSyntax>
2 references to AbstractMatchFolderAndNamespaceDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp.Features (1)
SyncNamespaces\CSharpSyncNamespacesService.cs (1)
30public override AbstractMatchFolderAndNamespaceDiagnosticAnalyzer<SyntaxKind, BaseNamespaceDeclarationSyntax> DiagnosticAnalyzer { get; }
Microsoft.CodeAnalysis.Features (1)
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
27public abstract AbstractMatchFolderAndNamespaceDiagnosticAnalyzer<TSyntaxKind, TNamespaceSyntax> DiagnosticAnalyzer { get; }