UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (4)
93solution, fieldSymbol, renameOptions, context.Options, cancellationToken).ConfigureAwait(false);
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);