2 writes to _analyzerConfigIndex
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
SharedVerifierState.cs (2)
64_analyzerConfigIndex = _test.TestState.AnalyzerConfigFiles.Count; 74_analyzerConfigIndex = null;
3 references to _analyzerConfigIndex
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (3)
SharedVerifierState.cs (3)
62if (_analyzerConfigIndex is null) 69_test.TestState.AnalyzerConfigFiles[_analyzerConfigIndex.Value] = ("/.editorconfig", analyzerConfigSource); 72else if (_analyzerConfigIndex is { } index)