3 types derived from ProjectDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
1344private class PriorityTestProjectDiagnosticAnalyzer : ProjectDiagnosticAnalyzer 1371private class LeakProjectAnalyzer : ProjectDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\VSTypeScriptProjectDiagnosticAnalyzer.cs (1)
14internal sealed class VSTypeScriptProjectDiagnosticAnalyzer : ProjectDiagnosticAnalyzer
9 references to ProjectDiagnosticAnalyzer
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
505Assert.False(liveId.Analyzer is ProjectDiagnosticAnalyzer);
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
20|| analyzer is ProjectDiagnosticAnalyzer
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
269ProjectDiagnosticAnalyzer analyzer,
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (2)
354var ideAnalyzers = stateSets.Select(s => s.Analyzer).Where(a => a is ProjectDiagnosticAnalyzer or DocumentDiagnosticAnalyzer).ToImmutableArrayOrEmpty(); 481case ProjectDiagnosticAnalyzer projectAnalyzer:
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.HostStates.cs (1)
106ProjectDiagnosticAnalyzer analyzer => Math.Max(0, analyzer.Priority),
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
16ProjectDiagnosticAnalyzer _ => DiagnosticAnalyzerCategory.ProjectAnalysis,
Diagnostics\DocumentDiagnosticAnalyzer.cs (1)
36/// This lets vsix installed <see cref="DocumentDiagnosticAnalyzer"/> or <see cref="ProjectDiagnosticAnalyzer"/> to
Diagnostics\ProjectDiagnosticAnalyzer.cs (1)
34/// This lets vsix installed <see cref="DocumentDiagnosticAnalyzer"/> or <see cref="ProjectDiagnosticAnalyzer"/> to