3 references to GetFormattingOptions
Microsoft.CodeAnalysis.ExternalAccess.Razor (3)
RazorCSharpFormattingInteractionService.cs (3)
50
var formattingOptions =
GetFormattingOptions
(indentationOptions);
68
return Formatter.GetFormattedTextChanges(root, span, services.SolutionServices,
GetFormattingOptions
(indentationOptions), cancellationToken);
78
return Formatter.Format(root, services.SolutionServices,
GetFormattingOptions
(indentationOptions), cancellationToken: cancellationToken);