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