2 references to ToHexDigit
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitRefTableReader.Primitives.cs (2)
107builder.Append(CharUtils.ToHexDigit((byte)(b >> 4))); 108builder.Append(CharUtils.ToHexDigit((byte)(b & 0xf)));