1 write to _changeSolution
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\ApplyChangesOperationTests.cs (1)
31
_changeSolution
= changeSolution;
1 reference to _changeSolution
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\ApplyChangesOperationTests.cs (1)
36
var codeAction = new TestCodeAction(
_changeSolution
(context.Document.Project.Solution));