6 references to CloseDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
165
private protected static Task CloseDocumentAsync(TestLspServer testLspServer, Document document) => testLspServer.
CloseDocumentAsync
(document.GetURI());
DocumentChanges\DocumentChangesTests.cs (1)
337
private static async Task DidClose(TestLspServer testLspServer, Uri uri) => await testLspServer.
CloseDocumentAsync
(uri);
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (2)
103
await testLspServer.
CloseDocumentAsync
(looseFileUri).ConfigureAwait(false);
201
await testLspServer.
CloseDocumentAsync
(looseFileUri).ConfigureAwait(false);
SpellCheck\SpellCheckTests.cs (1)
553
=> testLspServer.
CloseDocumentAsync
(document.GetURI());
Workspaces\LspWorkspaceManagerTests.cs (1)
49
await testLspServer.
CloseDocumentAsync
(documentUri);