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