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