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