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