2 references to hexchar
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (2)
479
destination[i++] =
hexchar
(b >> 4);
480
destination[i++] =
hexchar
(b & 0xF);