2 references to MaxSpaceCountInMixedString
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\IndentCache.cs (2)
76if (tabCount > MaxTabCount || spaceCount > MaxSpaceCountInMixedString) 84tabStrings = new string?[MaxSpaceCountInMixedString + 1];