3 references to HexValue
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\EmbeddedLanguages\VirtualChars\CSharpVirtualCharService.cs (3)
432
uintChar = (uint)((uintChar << 4) +
HexValue
(character));
484
intChar = (intChar << 4) +
HexValue
(ch2);
513
intChar = (intChar << 4) +
HexValue
(ch2);