8 references to Format
Microsoft.CodeAnalysis.Features (4)
AbstractUseConditionalExpressionCodeFixProvider.cs (1)
84var formattedRoot = Formatter.Format(changedRoot, SpecializedFormattingAnnotation, provider, formattingOptions, rules, cancellationToken);
ChangeSignature\AbstractChangeSignatureService.cs (1)
406var formattedRoot = Formatter.Format(
ExtractMethod\ExtractMethodResult.cs (1)
101Formatter.Format(simplifiedRoot, Formatter.Annotation, services, cleanupOptions.FormattingOptions, FormattingRules, cancellationToken));
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
288return Formatter.Format(newRoot, SpecializedFormattingAnnotation, document.Project.Solution.Services, options, formattingRules, cancellationToken);
Microsoft.CodeAnalysis.Workspaces (3)
Formatting\Formatter.cs (3)
118return document.WithSyntaxRoot(Format(root, annotation, services, options, rules, cancellationToken)); 140return document.WithSyntaxRoot(Format(root, annotation, services, formattingOptions, rules, cancellationToken)); 156=> Format(node, annotation, services, options, rules: null, cancellationToken);
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
233newRoot = Formatter.Format(