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