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