4 references to ChangeDocumentAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
761
return
ChangeDocumentAsync
(documentId, this.CurrentSolution.WithDocumentText(documentId, text));
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\PullDiagnosticTests.cs (3)
1306
await testLspServer.TestWorkspace.
ChangeDocumentAsync
(csproj2Document.Id, newCsProj2Document.Project.Solution);
1381
await testLspServer.TestWorkspace.
ChangeDocumentAsync
(csproj3Document.Id, newCsProj3Document.Project.Solution).ConfigureAwait(false);
1448
await testLspServer.TestWorkspace.
ChangeDocumentAsync
(csproj2Document.Id, newCsProj2Document.Project.Solution);