3 references to FormatAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (3)
253
var finalFieldRoot = await
FormatAsync
(updatedFieldDocument, updatedProperty, cancellationToken).ConfigureAwait(false);
270
newFieldTreeRoot = await
FormatAsync
(updatedFieldDocument, updatedProperty, cancellationToken).ConfigureAwait(false);
271
newPropertyTreeRoot = await
FormatAsync
(updatedPropertyDocument, updatedProperty, cancellationToken).ConfigureAwait(false);