4 references to IndentationOptions
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (1)
64
defaultValue:
IndentationOptions
.DefaultIndentStyle,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (1)
29
TSyntaxRoot root, SourceText text, TextLine lineToBeIndented,
IndentationOptions
options, AbstractFormattingRule baseFormattingRule);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
24
public readonly
IndentationOptions
Options;
45
IndentationOptions
options,