3 references to FixDocumentAsync
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\AbstractCodeCleanUpFixer.cs (3)
129
var newDocument = await
FixDocumentAsync
(document, context.EnabledFixIds, progress, cancellationToken).ConfigureAwait(true);
163
var newDoc = await
FixDocumentAsync
(document, context.EnabledFixIds, progress, cancellationToken).ConfigureAwait(true);
224
var fixedDocument = await
FixDocumentAsync
(document, enabledFixIds, CodeAnalysisProgress.None, cancellationToken).ConfigureAwait(false);