4 references to MaxAlphabeticLength
System.Private.Xml (4)
System\Xml\Xsl\Runtime\NumberFormatter.cs (4)
82
Debug.Assert(Math.Pow(totalChars,
MaxAlphabeticLength
) >= MaxAlphabeticValue);
84
Span<char> letters = stackalloc char[
MaxAlphabeticLength
];
85
int idx =
MaxAlphabeticLength
;
95
sb.Append(letters.Slice(idx,
MaxAlphabeticLength
- idx));