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