2 references to Indentation
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\AbstractTriviaFormatter.cs (1)
574LineColumnRule.IndentationOperations.Absolute => Math.Max(0, rule.Indentation),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\LineColumnRule.cs (1)
30indentation == null ? Indentation : indentation.Value);