1 implementation of GetAllDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
284public EnabledDiagnosticOptions GetAllDiagnostics()
4 references to GetAllDiagnostics
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\CodeCleanupTests.cs (3)
839var enabledDiagnostics = codeCleanupService.GetAllDiagnostics(); 856var enabledDiagnostics = codeCleanupService.GetAllDiagnostics(); 944var enabledDiagnostics = codeCleanupService.GetAllDiagnostics();
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
249var enabledDiagnostics = codeCleanupService.GetAllDiagnostics();