2 references to GetAdjustedIndentationDelta
Microsoft.CodeAnalysis.CodeStyle (2)
BottomUpBaseIndentationFinder.cs (1)
172
var delta = operation.
GetAdjustedIndentationDelta
(_headerFacts, root, baseToken);
FormattingContext.cs (1)
199
var baseIndentationDelta = operation.
GetAdjustedIndentationDelta
(self._engine.HeaderFacts, self.TreeData.Root, effectiveBaseToken);