15 references to SpaceOperations
Microsoft.CodeAnalysis.Workspaces (15)
AbstractTriviaFormatter.cs (2)
587LineColumnRule.SpaceOperations.Preserve => Math.Max(rule.Spaces, existingWhitespaceBetween.Spaces), 588LineColumnRule.SpaceOperations.Force => Math.Max(rule.Spaces, 0),
LineColumnRule.cs (13)
9public readonly SpaceOperations SpaceOperation; 18SpaceOperations spaceOperation, 33public LineColumnRule With(int? lines = null, int? spaces = null, int? indentation = null, LineOperations? lineOperation = null, SpaceOperations? spaceOperation = null, IndentationOperations? indentationOperation = null) 44SpaceOperations.Preserve, 53SpaceOperations.Preserve, 62SpaceOperations.Preserve, 71SpaceOperations.Preserve, 80SpaceOperations.Preserve, 89SpaceOperations.Preserve, 98SpaceOperations.Force, 107SpaceOperations.Preserve, 116SpaceOperations.Force, 125SpaceOperations.Force,