2 implementations of TryRemoveMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
223public async ValueTask<bool> TryRemoveMiscellaneousDocumentAsync(DocumentUri uri)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
80public async ValueTask<bool> TryRemoveMiscellaneousDocumentAsync(DocumentUri uri)
1 reference to TryRemoveMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
264await _lspMiscellaneousFilesWorkspaceProvider.TryRemoveMiscellaneousDocumentAsync(uri).ConfigureAwait(false);