6 references to MatchFolderAndNamespaceDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
74IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId),
Microsoft.CodeAnalysis.Features (2)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
23public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId);
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
35: base(IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
41IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId),
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (2)
163[FixId(IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId)] 164[Name(IDEDiagnosticIds.MatchFolderAndNamespaceDiagnosticId)]