1 write to Analyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalysisResult.cs (1)
30
Analyzers
= analyzers;
8 references to Analyzers
Microsoft.CodeAnalysis (8)
DiagnosticAnalyzer\AnalysisResult.cs (8)
44
/// Syntax diagnostics reported by the <see cref="
Analyzers
"/>.
49
/// Semantic diagnostics reported by the <see cref="
Analyzers
"/>.
54
/// Diagnostics in additional files reported by the <see cref="
Analyzers
"/>.
59
/// Compilation diagnostics reported by the <see cref="
Analyzers
"/>.
73
if (!
Analyzers
.Contains(analyzer))
82
/// Gets all the diagnostics reported by all the <see cref="
Analyzers
"/>.
86
return GetDiagnostics(
Analyzers
);
91
var excludedAnalyzers =
Analyzers
.Except(analyzers);