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