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