2 writes to IntValue
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
1091
info.
IntValue
= (int)val;
2661
info.
IntValue
= this.GetValueInt32(info.Text, false);
1 reference to IntValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
361
token = SyntaxFactory.Literal(leadingNode, info.Text, info.
IntValue
, trailingNode);