2 references to Format
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
402
var formattedRoot = Formatter.
Format
(currentRoot, SyntaxAnnotation.ElasticAnnotation, solution.Services, formattingOptions, cancellationToken);
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
625
root = Formatter.
Format
(root, Formatter.Annotation, services, documentOptions.FormattingOptions, cancellationToken);