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