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