2 implementations of CloseDocumentAsync
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
231
public async ValueTask
CloseDocumentAsync
(DocumentUri uri)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
106
public async ValueTask
CloseDocumentAsync
(DocumentUri uri)
1 reference to CloseDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
160
await _lspMiscellaneousFilesWorkspaceProvider.
CloseDocumentAsync
(uri).ConfigureAwait(false);