2 references to DecValue
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
3367charValue = (charValue << 3) + (charValue << 1) + (uint)SyntaxFacts.DecValue(ch);
Parser\SlidingTextWindow.cs (1)
614uintChar = (uintChar << 3) + (uintChar << 1) + (uint)SyntaxFacts.DecValue(digit);