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