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