1 write to _analyzerConfigs
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
137_analyzerConfigs = analyzerConfigs;
8 references to _analyzerConfigs
Microsoft.CodeAnalysis (8)
CommandLine\AnalyzerConfigSet.cs (8)
38/// <see cref="SectionNameMatcher"/>s for each section. The entries in the outer array correspond to entries in <see cref="_analyzerConfigs"/>, and each inner array 140var allMatchers = ArrayBuilder<ImmutableArray<SectionNameMatcher?>>.GetInstance(_analyzerConfigs.Length); 142foreach (var config in _analyzerConfigs) 158Debug.Assert(allMatchers.Count == _analyzerConfigs.Length); 215for (int analyzerConfigIndex = 0; analyzerConfigIndex < _analyzerConfigs.Length; analyzerConfigIndex++) 217var config = _analyzerConfigs[analyzerConfigIndex]; 281analyzerConfigIndex < _analyzerConfigs.Length && sectionKeyIndex < sectionKey.Count; 284AnalyzerConfig config = _analyzerConfigs[analyzerConfigIndex];