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