1 write to Analyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalysisResult.cs (1)
29
Analyzers
= analyzers;
8 references to Analyzers
Microsoft.CodeAnalysis (8)
DiagnosticAnalyzer\AnalysisResult.cs (8)
43
/// Syntax diagnostics reported by the <see cref="
Analyzers
"/>.
48
/// Semantic diagnostics reported by the <see cref="
Analyzers
"/>.
53
/// Diagnostics in additional files reported by the <see cref="
Analyzers
"/>.
58
/// Compilation diagnostics reported by the <see cref="
Analyzers
"/>.
72
if (!
Analyzers
.Contains(analyzer))
81
/// Gets all the diagnostics reported by all the <see cref="
Analyzers
"/>.
85
return GetDiagnostics(
Analyzers
);
90
var excludedAnalyzers =
Analyzers
.Except(analyzers);