3 references to HexValue
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (3)
440
uintChar = (uint)((uintChar << 4) +
HexValue
(character));
492
intChar = (intChar << 4) +
HexValue
(ch2);
521
intChar = (intChar << 4) +
HexValue
(ch2);