2 references to FormatToken
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Formatting\CSharpSyntaxFormattingService.cs (2)
140var tokenEdits = FormatToken(document, indentationOptions, token, formattingRules, cancellationToken); 151return FormatToken(document, indentationOptions, token, formattingRules, cancellationToken).ToImmutableArray();