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