4 references to GetFormattedTextChanges
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\AddMissingImports\AbstractAddMissingImportsFeatureService.cs (1)
156var textChanges = Formatter.GetFormattedTextChanges(
Microsoft.CodeAnalysis.Workspaces (3)
Formatting\Formatter.cs (3)
271=> GetFormattedTextChanges(node, [node.FullSpan], services, options, rules: default, cancellationToken: cancellationToken); 286=> GetFormattedTextChanges(node, [span], services, options, rules: default, cancellationToken); 301=> GetFormattedTextChanges(node, spans, services, options, rules: default, cancellationToken);