18 references to IndentationOperations
Microsoft.CodeAnalysis.CodeStyle (18)
LineColumnRule.cs (13)
11public readonly IndentationOperations IndentationOperation;
20IndentationOperations indentationOperation,
33public LineColumnRule With(int? lines = null, int? spaces = null, int? indentation = null, LineOperations? lineOperation = null, SpaceOperations? spaceOperation = null, IndentationOperations? indentationOperation = null)
46IndentationOperations.Preserve,
55IndentationOperations.Given,
64IndentationOperations.Default,
73IndentationOperations.Given,
82IndentationOperations.Absolute,
91IndentationOperations.Follow,
100IndentationOperations.Preserve,
109IndentationOperations.Default,
118IndentationOperations.Default,
127IndentationOperations.Follow,