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