2 references to FormatAsync
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeCleanup\CodeCleanupHelpers.cs (2)
21
var document1 = await syntaxFormatting.
FormatAsync
(document, Formatter.Annotation, options.FormattingOptions, cancellationToken).ConfigureAwait(false);
24
var document2 = await syntaxFormatting.
FormatAsync
(document1, SyntaxAnnotation.ElasticAnnotation, options.FormattingOptions, cancellationToken).ConfigureAwait(false);