2 references to SpecialFormattingRule
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
VisualBasicIndentationService.Indenter.vb (1)
46Dim rules = ImmutableArray.Create(New SpecialFormattingRule(options.IndentStyle), baseIndentationRule).
VisualBasicIndentationService.vb (1)
36Return If(_specializedIndentationRule, New SpecialFormattingRule(indentStyle))