2 references to Indenter
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (2)
27
protected abstract bool ShouldUseTokenIndenter(
Indenter
indenter, out SyntaxToken token);
32
Indenter
indenter, SyntaxToken? token, SyntaxTrivia? trivia);