1 write to _analyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
107_analyzers = analyzers;
4 references to _analyzers
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (4)
62public ImmutableArray<DiagnosticAnalyzer> Analyzers => _analyzers; 162if (!_analyzers.Contains(analyzer)) 180if (analyzers.Any(static (a, self) => !self._analyzers.Contains(a), this)) 182throw new ArgumentException(CodeAnalysisResources.UnsupportedAnalyzerInstance, nameof(_analyzers));