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