1 implementation of AddMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
43
public ValueTask<TextDocument?>
AddMiscellaneousDocumentAsync
(DocumentUri uri, SourceText documentText, string languageId, ILspLogger logger)
1 reference to AddMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
296
var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.
AddMiscellaneousDocumentAsync
(uri, trackedDocument.Text, trackedDocument.LanguageId, _logger).ConfigureAwait(false);