2 references to Format
Microsoft.CodeAnalysis.Workspaces (2)
Formatting\Formatter.cs (2)
96
return document.WithSyntaxRoot(
Format
(root, spans, services, options, rules, cancellationToken));
178
=>
Format
(node, GetAnnotatedSpans(node, annotation), services, options, rules, cancellationToken);