2 implementations of AddDocumentAsync
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
200
public async ValueTask<TextDocument?>
AddDocumentAsync
(DocumentUri documentUri, TrackedDocumentInfo documentInfo)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
36
public async ValueTask<TextDocument?>
AddDocumentAsync
(DocumentUri documentUri, TrackedDocumentInfo trackedDocumentInfo)
1 reference to AddDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
288
var miscDocument = await _lspMiscellaneousFilesWorkspaceProvider.
AddDocumentAsync
(uri, trackedDocument).ConfigureAwait(false);