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