Formatting\Formatter.cs (3)
96return document.WithSyntaxRoot(Format(root, spans, services, options, rules, cancellationToken));
117return document.WithSyntaxRoot(Format(root, annotation, services, options, rules, cancellationToken));
139return document.WithSyntaxRoot(Format(root, annotation, services, formattingOptions, rules, cancellationToken));