2 instantiations of BottomUpBaseIndentationFinder
Test.Utilities (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
97var baseIndentationFinder = new BottomUpBaseIndentationFinder(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
62Finder = new BottomUpBaseIndentationFinder(
2 references to BottomUpBaseIndentationFinder
Test.Utilities (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
97var baseIndentationFinder = new BottomUpBaseIndentationFinder(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
29public readonly BottomUpBaseIndentationFinder Finder;