4 writes to UlongValue
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
1113info.UlongValue = val; 1130info.UlongValue = val; 1145info.UlongValue = val; 1157info.UlongValue = val;
1 reference to UlongValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
374token = SyntaxFactory.Literal(leadingNode, info.Text, info.UlongValue, trailingNode);