1 write to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (1)
src\Features\DiagnosticsTestUtilities\CodeActions\SharedVerifierState.cs (1)
37_test = test;
6 references to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (6)
src\Features\DiagnosticsTestUtilities\CodeActions\SharedVerifierState.cs (6)
57_analyzerConfigIndex = _test.TestState.AnalyzerConfigFiles.Count; 58_test.TestState.AnalyzerConfigFiles.Add(("/.editorconfig", analyzerConfigSource)); 62_test.TestState.AnalyzerConfigFiles[_analyzerConfigIndex.Value] = ("/.editorconfig", analyzerConfigSource); 68_test.TestState.AnalyzerConfigFiles.RemoveAt(index); 71var solutionTransformIndex = _remainingOptionsSolutionTransform is not null ? _test.SolutionTransforms.IndexOf(_remainingOptionsSolutionTransform) : -1; 74_test.SolutionTransforms.Remove(_remainingOptionsSolutionTransform);