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); 260if (_lspMiscellaneousFilesWorkspaceProvider is not null) 265.AnyAsync(async doc => !await _lspMiscellaneousFilesWorkspaceProvider.IsMiscellaneousFilesDocumentAsync(doc, cancellationToken).ConfigureAwait(false)) 271var didRemove = await _lspMiscellaneousFilesWorkspaceProvider.TryRemoveMiscellaneousDocumentAsync(uri).ConfigureAwait(false); 302if (_trackedDocuments.TryGetValue(uri, out var trackedDocument) && _lspMiscellaneousFilesWorkspaceProvider is not null) 306var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.AddMiscellaneousDocumentAsync(uri, trackedDocument.SourceText, trackedDocument.LanguageId, _logger).ConfigureAwait(false); 590return _manager._lspMiscellaneousFilesWorkspaceProvider!.IsMiscellaneousFilesDocumentAsync(document, CancellationToken.None);