5 references to Update
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Intents\IntentTestsBase.cs (1)
112
testDocument.
Update
(SourceText.From(currentDocumentText));
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1435
workspace.GetTestDocument(originalDocumentId).
Update
(SourceText.From("class Program2 { }"));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Workspaces\EditorTestWorkspace.cs (3)
143
testDocument.
Update
(newText);
150
testDocument.
Update
(newText);
157
testDocument.
Update
(newText);