2 types derived from DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\FileContentLoadAnalyzer.cs (1)
15internal sealed class FileContentLoadAnalyzer : DocumentDiagnosticAnalyzer
Diagnostics\GeneratorDiagnosticsPlaceholderAnalyzer.cs (1)
15internal sealed class GeneratorDiagnosticsPlaceholderAnalyzer : DocumentDiagnosticAnalyzer
14 references to DocumentDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (12)
Diagnostics\Analyzers\DocumentDiagnosticAnalyzer.cs (1)
9[assembly: TypeForwardedTo(typeof(DocumentDiagnosticAnalyzer))]
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
18=> analyzer is DocumentDiagnosticAnalyzer;
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
66DocumentDiagnosticAnalyzer analyzer => analyzer.Priority,
Diagnostics\Service\DiagnosticAnalyzerService_ComputeDiagnosticAnalysisResults.cs (5)
28ImmutableArray<DocumentDiagnosticAnalyzer> analyzers, 50static string GetProjectLogMessage(Project project, ImmutableArray<DocumentDiagnosticAnalyzer> analyzers) 89ImmutableArray<DocumentDiagnosticAnalyzer> ideAnalyzers) 118ImmutableArray<DocumentDiagnosticAnalyzer> ideAnalyzers, 125foreach (var documentAnalyzer in ideAnalyzers)
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
166if (analyzer is DocumentDiagnosticAnalyzer)
Diagnostics\Service\DiagnosticAnalyzerService_ProduceProjectDiagnostics.cs (1)
174compilation, project, [.. analyzers.OfType<DocumentDiagnosticAnalyzer>()], cancellationToken).ConfigureAwait(false);
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
87if (analyzer is DocumentDiagnosticAnalyzer documentAnalyzer)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
79DocumentDiagnosticAnalyzer analyzer,
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
13DocumentDiagnosticAnalyzer => DiagnosticAnalyzerCategory.SyntaxTreeWithoutSemanticsAnalysis | DiagnosticAnalyzerCategory.SemanticDocumentAnalysis,
Diagnostics\DocumentDiagnosticAnalyzer.cs (1)
37/// This lets vsix installed <see cref="DocumentDiagnosticAnalyzer"/> to specify priority of the analyzer. Regular