1 write to _test
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\SharedVerifierState.cs (1)
37
_test
= test;
6 references to _test
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (6)
CodeActions\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);
78
var solutionTransformIndex = _remainingOptionsSolutionTransform is not null ?
_test
.SolutionTransforms.IndexOf(_remainingOptionsSolutionTransform) : -1;
81
_test
.SolutionTransforms.Remove(_remainingOptionsSolutionTransform);