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