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