1 write to _newSolution
Microsoft.VisualStudio.LanguageServices (1)
Preview\TopLevelChange.cs (1)
36
_newSolution
= newSolution;
1 reference to _newSolution
Microsoft.VisualStudio.LanguageServices (1)
Preview\TopLevelChange.cs (1)
63
var solution = ApplyFileChanges(
_newSolution
, Children.Changes.OfType<FileChange>(), applyingChanges);