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