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