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