1 write to _newSolution
Microsoft.VisualStudio.LanguageServices (1)
Preview\PreviewEngine.cs (1)
67
_newSolution
= newSolution.WithMergedLinkedFileChangesAsync(oldSolution, cancellationToken: CancellationToken.None).Result;
3 references to _newSolution
Microsoft.VisualStudio.LanguageServices (3)
Preview\PreviewEngine.cs (3)
106
var changes =
_newSolution
.GetChanges(_oldSolution);
109
_topLevelChange = new TopLevelChange(_topLevelName, _topLevelGlyph,
_newSolution
, this);
173
var right =
_newSolution
.GetTextDocument(documentId);