3 references to UInt128Precision
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
2909
number.DigitsCount =
UInt128Precision
;
2913
byte* p = UInt128ToDecChars(buffer +
UInt128Precision
, value, 0);
2915
int i = (int)(buffer +
UInt128Precision
- p);