2 references to NumberMaxDigits
mscorlib (2)
system\number.cs (2)
362public static readonly Int32 NumberBufferBytes = 12 + ((NumberMaxDigits + 1) * 2) + IntPtr.Size; 785Int32 maxParseDigits = bigNumber ? Int32.MaxValue : NumberMaxDigits;