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