2 references to GetUpdatedDocumentAsync
Microsoft.CodeAnalysis.Features (2)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
162=> GetUpdatedDocumentAsync(cancellationToken);
ImplementInterface\AbstractImplementInterfaceService.cs (1)
59return await action.GetUpdatedDocumentAsync(cancellationToken).ConfigureAwait(false);