1 write to Indentation
Microsoft.CodeAnalysis.CodeStyle (1)
LineColumnRule.cs (1)
30Indentation = indentation;
2 references to Indentation
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractTriviaFormatter.cs (1)
575LineColumnRule.IndentationOperations.Absolute => Math.Max(0, rule.Indentation),
LineColumnRule.cs (1)
40indentation == null ? Indentation : indentation.Value);