4 references to IndentStyle
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (2)
19var indentStyle = options.IndentStyle; 54this.GetSpecializedIndentationFormattingRule(options.IndentStyle)).AddRange(
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Indentation\CSharpSmartTokenFormatter.cs (1)
108_options.IndentStyle != FormattingOptions2.IndentStyle.Smart)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
62if (options.IndentStyle != FormattingOptions2.IndentStyle.Smart)