3 references to TryRemoveMiscellaneousDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspMiscellaneousFilesWorkspace.cs (1)
51
/// Calls to this method and <see cref="
TryRemoveMiscellaneousDocument
(Uri)"/> are made
Workspaces\LspWorkspaceManager.cs (2)
123
_lspMiscellaneousFilesWorkspace?.
TryRemoveMiscellaneousDocument
(uri);
199
_lspMiscellaneousFilesWorkspace?.
TryRemoveMiscellaneousDocument
(uri);