2 implementations of UpdateTextIfPresentAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspace.cs (1)
59
ValueTask ILspWorkspace.
UpdateTextIfPresentAsync
(DocumentId documentId, SourceText sourceText, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
110
public ValueTask
UpdateTextIfPresentAsync
(DocumentId documentId, SourceText sourceText, CancellationToken cancellationToken)
1 reference to UpdateTextIfPresentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
472
await mutatingWorkspace.
UpdateTextIfPresentAsync
(documentId, sourceText, cancellationToken).ConfigureAwait(false);