3 references to GetFormattedTextChanges
Microsoft.CodeAnalysis.Workspaces (3)
Formatting\Formatter.cs (3)
270=> GetFormattedTextChanges(node, SpecializedCollections.SingletonEnumerable(node.FullSpan), workspace, options, rules: null, cancellationToken: cancellationToken);
285=> GetFormattedTextChanges(node, SpecializedCollections.SingletonEnumerable(span), workspace, options, rules: null, cancellationToken);
300=> GetFormattedTextChanges(node, spans, workspace, options, rules: null, cancellationToken);