src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\LineColumnRule.cs (13)
10LineColumnRule.IndentationOperations indentationOperation,
17public readonly IndentationOperations IndentationOperation = indentationOperation;
23public LineColumnRule With(int? lines = null, int? spaces = null, int? indentation = null, LineOperations? lineOperation = null, SpaceOperations? spaceOperation = null, IndentationOperations? indentationOperation = null)
36IndentationOperations.Preserve,
45IndentationOperations.Given,
54IndentationOperations.Default,
63IndentationOperations.Given,
72IndentationOperations.Absolute,
81IndentationOperations.Follow,
90IndentationOperations.Preserve,
99IndentationOperations.Default,
108IndentationOperations.Default,
117IndentationOperations.Follow,