3 references to FormatAsync
Microsoft.CodeAnalysis.Features (3)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (3)
251var finalFieldRoot = await FormatAsync(updatedFieldDocument, updatedProperty, cancellationToken).ConfigureAwait(false); 268newFieldTreeRoot = await FormatAsync(updatedFieldDocument, updatedProperty, cancellationToken).ConfigureAwait(false); 269newPropertyTreeRoot = await FormatAsync(updatedPropertyDocument, updatedProperty, cancellationToken).ConfigureAwait(false);