1 write to _lspMiscellaneousFilesWorkspaceProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
80_lspMiscellaneousFilesWorkspaceProvider = lspMiscellaneousFilesWorkspace;
8 references to _lspMiscellaneousFilesWorkspaceProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Workspaces\LspWorkspaceManager.cs (8)
156if (_lspMiscellaneousFilesWorkspaceProvider is not null) 160await _lspMiscellaneousFilesWorkspaceProvider.TryRemoveMiscellaneousDocumentAsync(uri).ConfigureAwait(false); 264if (_lspMiscellaneousFilesWorkspaceProvider is not null && !await _lspMiscellaneousFilesWorkspaceProvider.IsMiscellaneousFilesDocumentAsync(document, cancellationToken).ConfigureAwait(false)) 268await _lspMiscellaneousFilesWorkspaceProvider.TryRemoveMiscellaneousDocumentAsync(uri).ConfigureAwait(false); 287if (_trackedDocuments.TryGetValue(uri, out var trackedDocument) && _lspMiscellaneousFilesWorkspaceProvider is not null) 291var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.AddMiscellaneousDocumentAsync(uri, trackedDocument.Text, trackedDocument.LanguageId, _logger).ConfigureAwait(false); 576return _manager._lspMiscellaneousFilesWorkspaceProvider as Workspace;