3 references to MaxTabCount
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\IndentCache.cs (3)
19private static readonly string?[] s_tabStrings = new string[MaxTabCount + 1]; 23private static readonly string?[][] s_mixedStrings = new string[MaxTabCount + 1][]; 76if (tabCount > MaxTabCount || spaceCount > MaxSpaceCountInMixedString)