5 references to CompilerDiagnosticAnalyzer
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalysisScope.cs (3)
84
/// which is a <see cref="
CompilerDiagnosticAnalyzer
"/>.
87
IsSingleFileAnalysis && Analyzers is [
CompilerDiagnosticAnalyzer
];
91
/// which is a <see cref="
CompilerDiagnosticAnalyzer
"/>.
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2389
internal static bool IsCompilerAnalyzer(DiagnosticAnalyzer analyzer) => analyzer is
CompilerDiagnosticAnalyzer
;
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
673
/// 1. If the given analysis scope only includes the <see cref="
CompilerDiagnosticAnalyzer
"/>.