1 write to _analyzerConfigs
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
138_analyzerConfigs = analyzerConfigs;
8 references to _analyzerConfigs
Microsoft.CodeAnalysis (8)
CommandLine\AnalyzerConfigSet.cs (8)
39/// <see cref="SectionNameMatcher"/>s for each section. The entries in the outer array correspond to entries in <see cref="_analyzerConfigs"/>, and each inner array 141var allMatchers = ArrayBuilder<ImmutableArray<SectionNameMatcher?>>.GetInstance(_analyzerConfigs.Length); 143foreach (var config in _analyzerConfigs) 159Debug.Assert(allMatchers.Count == _analyzerConfigs.Length); 204for (int analyzerConfigIndex = 0; analyzerConfigIndex < _analyzerConfigs.Length; analyzerConfigIndex++) 206var config = _analyzerConfigs[analyzerConfigIndex]; 270analyzerConfigIndex < _analyzerConfigs.Length && sectionKeyIndex < sectionKey.Count; 273AnalyzerConfig config = _analyzerConfigs[analyzerConfigIndex];