2 references to FormatToken
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (1)
24
/// will be asked to <see cref="ISmartTokenFormatter.
FormatToken
"/> the resultant
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
171
var changes = SmartTokenFormatter.
FormatToken
(token, CancellationToken);