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