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