2 references to AddMiscellaneousDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Workspaces\LspMiscellaneousFilesWorkspace.cs (1)
77
/// Calls to this method and <see cref="
AddMiscellaneousDocument
(Uri, SourceText, ILspLogger)"/> are made
Workspaces\LspWorkspaceManager.cs (1)
213
var miscDocument = _lspMiscellaneousFilesWorkspace?.
AddMiscellaneousDocument
(uri, trackedText, _logger);