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