3 references to GetSyntaxFormatting
Microsoft.CodeAnalysis.Workspaces (3)
Formatting\Formatter.cs (3)
180=> GetSyntaxFormatting(services, node.Language).Format(node, annotation, options, rules, cancellationToken);
230=> GetSyntaxFormatting(services, node.Language).Format(node, spans, options, rules, cancellationToken);
257=> GetSyntaxFormatting(services, node.Language).GetFormattingResult(node, spans, options, rules, cancellationToken);