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);
71
var solutionTransformIndex = _remainingOptionsSolutionTransform is not null ?
_test
.SolutionTransforms.IndexOf(_remainingOptionsSolutionTransform) : -1;
74
_test
.SolutionTransforms.Remove(_remainingOptionsSolutionTransform);