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