Formatting\Formatter.cs (4)
175return Format(node, GetAnnotatedSpans(node, annotation), workspace, options, rules, cancellationToken);
190=> Format(node, SpecializedCollections.SingletonEnumerable(node.FullSpan), workspace, options, rules: null, cancellationToken);
205=> Format(node, SpecializedCollections.SingletonEnumerable(span), workspace, options, rules: null, cancellationToken: cancellationToken);
220=> Format(node, spans, workspace, options, rules: null, cancellationToken: cancellationToken);