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