1 write to Rules
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractIndentation.Indenter.cs (1)
61
Rules
= rules;
3 references to Rules
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractIndentation.Indenter.cs (1)
63
new ChainedFormattingRules(this.
Rules
, options.FormattingOptions),
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.Indenter.cs (1)
26
indenter.
Rules
, indenter.Root, indenter.LineToBeIndented, indenter.Options, out syntaxToken);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
37
indenter.
Rules
, indenter.Root, indenter.LineToBeIndented, indenter.Options.FormattingOptions, token)