1 implementation of FormatToken
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Indentation\CSharpSmartTokenFormatter.cs (1)
76public IList<TextChange> FormatToken(SyntaxToken token, CancellationToken cancellationToken)
2 references to FormatToken
Microsoft.CodeAnalysis.CodeStyle (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)
170var changes = SmartTokenFormatter.FormatToken(token, CancellationToken);