1 write to Spaces
Microsoft.CodeAnalysis.Workspaces (1)
LineColumnRule.cs (1)
29Spaces = spaces;
3 references to Spaces
Microsoft.CodeAnalysis.Workspaces (3)
AbstractTriviaFormatter.cs (2)
587LineColumnRule.SpaceOperations.Preserve => Math.Max(rule.Spaces, existingWhitespaceBetween.Spaces), 588LineColumnRule.SpaceOperations.Force => Math.Max(rule.Spaces, 0),
LineColumnRule.cs (1)
39spaces == null ? Spaces : spaces.Value,