1 write to _changedSolution
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\ApplyChangesOperationTests.cs (1)
47
_changedSolution
= changedSolution;
1 reference to _changedSolution
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\ApplyChangesOperationTests.cs (1)
53
=> Task.FromResult<Solution?>(
_changedSolution
);