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