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
2 references to DocumentDiagnosticAnalyzer
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