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