1 write to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (1)
SharedVerifierState.cs (1)
37_test = test;
6 references to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (6)
SharedVerifierState.cs (6)
64_analyzerConfigIndex = _test.TestState.AnalyzerConfigFiles.Count; 65_test.TestState.AnalyzerConfigFiles.Add(("/.editorconfig", analyzerConfigSource)); 69_test.TestState.AnalyzerConfigFiles[_analyzerConfigIndex.Value] = ("/.editorconfig", analyzerConfigSource); 75_test.TestState.AnalyzerConfigFiles.RemoveAt(index); 78var solutionTransformIndex = _remainingOptionsSolutionTransform is not null ? _test.SolutionTransforms.IndexOf(_remainingOptionsSolutionTransform) : -1; 81_test.SolutionTransforms.Remove(_remainingOptionsSolutionTransform);