1 implementation of GetAllDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
267public EnabledDiagnosticOptions GetAllDiagnostics()
6 references to GetAllDiagnostics
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\CodeCleanupTests.cs (3)
756var enabledDiagnostics = codeCleanupService.GetAllDiagnostics(); 773var enabledDiagnostics = codeCleanupService.GetAllDiagnostics(); 840var enabledDiagnostics = codeCleanupService.GetAllDiagnostics();
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\CodeCleanUpTests.vb (2)
540Dim enabledDiagnostics = codeCleanupService.GetAllDiagnostics() 592Dim enabledDiagnostics = codeCleanupService.GetAllDiagnostics()
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
333var enabledDiagnostics = codeCleanupService.GetAllDiagnostics();