5 references to ISmartTokenFormatter
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (3)
23/// cref="ISmartTokenFormatter"/> should be deferred to figure out indentation. If so, it 24/// will be asked to <see cref="ISmartTokenFormatter.FormatToken"/> the resultant 28protected abstract ISmartTokenFormatter CreateSmartTokenFormatter(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
39public readonly ISmartTokenFormatter SmartTokenFormatter; 48ISmartTokenFormatter smartTokenFormatter,