2 references to UInt128ToBinaryChars
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2420
char* p =
UInt128ToBinaryChars
(buffer + bufferLength, uValue, digits);
2447
TChar* p =
UInt128ToBinaryChars
(buffer + bufferLength, uValue, digits);