2 writes to IsRelativeIndentation
Microsoft.CodeAnalysis.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\IndentBlockOperation.cs (2)
29this.IsRelativeIndentation = false; 51this.IsRelativeIndentation = true;
5 references to IsRelativeIndentation
Microsoft.CodeAnalysis.Analyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (2)
152if (operation.IsRelativeIndentation) 201if (operation.IsRelativeIndentation)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
190if (operation.IsRelativeIndentation)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\CommonFormattingHelpers.cs (2)
34if (o1.IsRelativeIndentation && o2.IsRelativeIndentation)