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
28
protected abstract
ISmartTokenFormatter
CreateSmartTokenFormatter(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
39
public readonly
ISmartTokenFormatter
SmartTokenFormatter;
48
ISmartTokenFormatter
smartTokenFormatter,