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