5 references to IndentStyle
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractIndentationService.cs (2)
22
var indentStyle = options.
IndentStyle
;
57
this.GetSpecializedIndentationFormattingRule(options.
IndentStyle
)).AddRange(
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSmartTokenFormatter.cs (1)
110
_options.
IndentStyle
!= FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.cs (1)
63
if (options.
IndentStyle
!= FormattingOptions2.IndentStyle.Smart)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
46
Dim rules = ImmutableArray.Create(New SpecialFormattingRule(options.
IndentStyle
), baseIndentationRule).