2 references to FixDocumentAsync
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
129
var newDocument = await
FixDocumentAsync
(document, context.EnabledFixIds, progress, cancellationToken).ConfigureAwait(true);
163
var newDoc = await
FixDocumentAsync
(document, context.EnabledFixIds, progress, cancellationToken).ConfigureAwait(true);