2 references to ToHexChar
NuGet.Protocol (2)
src\nuget-client\build\Shared\EncodingUtility.cs (2)
14c[outIndex++] = ToHexChar(bytes[index] >> 4); 15c[outIndex++] = ToHexChar(bytes[index] & 0x0f);