2 references to AdjustedIndentationData
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
255derived = new AdjustedIndentationData(intervalTreeSpan, baseIndentationData, totalAdjustment);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (1)
143return new AdjustedIndentationData(span, BaseIndentationData, Adjustment);