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