3 references to Int128Precision
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
2683number.DigitsCount = Int128Precision; 2696byte* p = UInt128ToDecChars(buffer + Int128Precision, (UInt128)value, 0); 2698int i = (int)(buffer + Int128Precision - p);