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