2 references to Format
Microsoft.CodeAnalysis.Workspaces (2)
Formatting\Formatter.cs (2)
174
return
Format
(node, GetAnnotatedSpans(node, annotation), workspace, options, rules, cancellationToken);
219
=>
Format
(node, spans, workspace, options, rules: default, cancellationToken: cancellationToken);