2 writes to IsRelativeIndentation
Microsoft.CodeAnalysis.CodeStyle (2)
IndentBlockOperation.cs (2)
30
this.
IsRelativeIndentation
= false;
52
this.
IsRelativeIndentation
= true;
3 references to IsRelativeIndentation
Microsoft.CodeAnalysis.CodeStyle (3)
BottomUpBaseIndentationFinder.cs (2)
152
if (operation.
IsRelativeIndentation
)
201
if (operation.
IsRelativeIndentation
)
FormattingContext.cs (1)
191
if (operation.
IsRelativeIndentation
)