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