1 implementation of OnDocumentUpdatedAsync
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
61
public ValueTask
OnDocumentUpdatedAsync
(RemoteServiceCallbackId callbackId, DocumentId documentId, ImmutableArray<TextChange> changes, CancellationToken cancellationToken)
1 reference to OnDocumentUpdatedAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
51
=> callback.InvokeAsync((callback, cancellationToken) => callback.
OnDocumentUpdatedAsync
(callbackId, documentId, changes, cancellationToken), cancellationToken);