1 write to Analyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalysisResult.cs (1)
30Analyzers = 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"/>. 73if (!Analyzers.Contains(analyzer)) 82/// Gets all the diagnostics reported by all the <see cref="Analyzers"/>. 86return GetDiagnostics(Analyzers); 91var excludedAnalyzers = Analyzers.Except(analyzers);