3 references to IndentationLevelCacheSize
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.cs (3)
63
var whitespaces = new Whitespace[LineBreakCacheSize,
IndentationLevelCacheSize
];
66
for (var indentationLevel = 0; indentationLevel <
IndentationLevelCacheSize
; indentationLevel++)
124
if (indentationLevel <
IndentationLevelCacheSize
)