1 write to DecimalValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
1065info.DecimalValue = this.GetValueDecimal(valueText, start, TextWindow.Position);
1 reference to DecimalValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
379token = SyntaxFactory.Literal(leadingNode, info.Text, info.DecimalValue, trailingNode);