3 references to HexValue
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpVirtualCharService.cs (3)
421
uintChar = (uint)((uintChar << 4) +
HexValue
(character));
473
intChar = (intChar << 4) +
HexValue
(ch2);
502
intChar = (intChar << 4) +
HexValue
(ch2);