3 references to FormatAsync
Microsoft.CodeAnalysis.Features (3)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (3)
214newRoot = await FormatAsync(newRoot, fieldDocument, context.Options, cancellationToken).ConfigureAwait(false); 228newFieldTreeRoot = await FormatAsync(newFieldTreeRoot, fieldDocument, context.Options, cancellationToken).ConfigureAwait(false); 229newPropertyTreeRoot = await FormatAsync(newPropertyTreeRoot, propertyDocument, context.Options, cancellationToken).ConfigureAwait(false);