2 references to FormatToken
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Formatting\CSharpSyntaxFormattingService.cs (2)
117
var tokenEdits =
FormatToken
(document, indentationOptions, token, formattingRules, cancellationToken);
126
return [..
FormatToken
(document, indentationOptions, token, formattingRules, cancellationToken)];