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