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