3 references to HexValue
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (3)
407
uintChar = (uint)((uintChar << 4) +
HexValue
(character));
461
intChar = (intChar << 4) +
HexValue
(ch2);
491
intChar = (intChar << 4) +
HexValue
(ch2);