1 implementation of TryRemoveMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
93
public ValueTask
TryRemoveMiscellaneousDocumentAsync
(DocumentUri uri, bool removeFromMetadataWorkspace)
2 references to TryRemoveMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Workspaces\LspWorkspaceManager.cs (2)
161
await _lspMiscellaneousFilesWorkspaceProvider.
TryRemoveMiscellaneousDocumentAsync
(uri, removeFromMetadataWorkspace: true).ConfigureAwait(false);
272
await _lspMiscellaneousFilesWorkspaceProvider.
TryRemoveMiscellaneousDocumentAsync
(uri, removeFromMetadataWorkspace: false).ConfigureAwait(false);