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