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