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