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