1 write to DoubleValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
1046info.DoubleValue = this.GetValueDouble(valueText);
1 reference to DoubleValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
365token = SyntaxFactory.Literal(leadingNode, info.Text, info.DoubleValue, trailingNode);