4 references to WithText
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
1451
additionalDoc = additionalDoc.
WithText
(SourceText.From(newAdditionalDocText))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace_Editor.cs (2)
757
newSolution = document.
WithText
(this.GetOpenDocumentText(oldSolution, docId)).Project.Solution;
775
newSolution = document.
WithText
(this.GetOpenDocumentText(oldSolution, docId)).Project.Solution;
Microsoft.VisualStudio.LanguageServices (1)
Preview\FileChange.cs (1)
208
return _right.
WithText
(UpdateBufferText());