1 write to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (1)
src\Features\DiagnosticsTestUtilities\CodeActions\SharedVerifierState.cs (1)
35_test = test;
6 references to _test
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (6)
src\Features\DiagnosticsTestUtilities\CodeActions\SharedVerifierState.cs (6)
55_analyzerConfigIndex = _test.TestState.AnalyzerConfigFiles.Count; 56_test.TestState.AnalyzerConfigFiles.Add(("/.editorconfig", analyzerConfigSource)); 60_test.TestState.AnalyzerConfigFiles[_analyzerConfigIndex.Value] = ("/.editorconfig", analyzerConfigSource); 66_test.TestState.AnalyzerConfigFiles.RemoveAt(index); 69var solutionTransformIndex = _remainingOptionsSolutionTransform is not null ? _test.SolutionTransforms.IndexOf(_remainingOptionsSolutionTransform) : -1; 72_test.SolutionTransforms.Remove(_remainingOptionsSolutionTransform);