3 references to FormatAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeActions\CodeAction_Cleanup.cs (2)
52
var document1 = await Formatter.
FormatAsync
(document, Formatter.Annotation, options.FormattingOptions, cancellationToken).ConfigureAwait(false);
55
var document2 = await Formatter.
FormatAsync
(document1, SyntaxAnnotation.ElasticAnnotation, options.FormattingOptions, cancellationToken).ConfigureAwait(false);
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
159
document = await Formatter.
FormatAsync
(document, Formatter.Annotation, cleanupOptions.FormattingOptions, cancellationToken).ConfigureAwait(false);