2 types derived from CompilerDiagnosticAnalyzer
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilerDiagnosticAnalyzer.cs (1)
18internal sealed class CSharpCompilerDiagnosticAnalyzer : CompilerDiagnosticAnalyzer
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilerDiagnosticAnalyzer.vb (1)
14Inherits CompilerDiagnosticAnalyzer
4 references to CompilerDiagnosticAnalyzer
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalysisScope.cs (2)
65/// which is a <see cref="CompilerDiagnosticAnalyzer"/>. 68IsSingleFileAnalysis && !IsSyntacticSingleFileAnalysis && Analyzers is [CompilerDiagnosticAnalyzer];
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2287private static bool IsCompilerAnalyzer(DiagnosticAnalyzer analyzer) => analyzer is CompilerDiagnosticAnalyzer;
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
580/// 1. If the given analysis scope only includes the <see cref="CompilerDiagnosticAnalyzer"/>.