1 implementation of UpdateTextIfPresentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
122
public ValueTask
UpdateTextIfPresentAsync
(DocumentId documentId, SourceText sourceText, CancellationToken cancellationToken)
1 reference to UpdateTextIfPresentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
455
await mutatingWorkspace.
UpdateTextIfPresentAsync
(documentId, sourceText, cancellationToken).ConfigureAwait(false);