2 instantiations of BottomUpBaseIndentationFinder
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
98var baseIndentationFinder = new BottomUpBaseIndentationFinder(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
63Finder = new BottomUpBaseIndentationFinder(
2 references to BottomUpBaseIndentationFinder
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (1)
98var baseIndentationFinder = new BottomUpBaseIndentationFinder(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
30public readonly BottomUpBaseIndentationFinder Finder;