4 writes to UlongValue
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
1108info.UlongValue = val; 1125info.UlongValue = val; 1140info.UlongValue = val; 1152info.UlongValue = val;
1 reference to UlongValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
374token = SyntaxFactory.Literal(leadingNode, info.Text, info.UlongValue, trailingNode);