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