3 references to WithText
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace_Editor.cs (2)
873
newSolution = document.
WithText
(this.GetOpenDocumentText(oldSolution, docId)).Project.Solution;
891
newSolution = document.
WithText
(this.GetOpenDocumentText(oldSolution, docId)).Project.Solution;
Microsoft.VisualStudio.LanguageServices (1)
Preview\FileChange.cs (1)
210
return _right.
WithText
(UpdateBufferText());