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