1 write to _analyzers
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
103_analyzers = analyzers;
5 references to _analyzers
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (5)
54public ImmutableArray<DiagnosticAnalyzer> Analyzers => _analyzers; 108_compilationAnalysisScope = AnalysisScope.Create(_compilation, _analyzers, this); 156if (!_analyzers.Contains(analyzer)) 174if (analyzers.Any(static (a, self) => !self._analyzers.Contains(a), this)) 176throw new ArgumentException(CodeAnalysisResources.UnsupportedAnalyzerInstance, nameof(_analyzers));