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