4 writes to UlongValue
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
1302info.UlongValue = val; 1319info.UlongValue = val; 1334info.UlongValue = val; 1346info.UlongValue = val;
1 reference to UlongValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
368token = SyntaxFactory.Literal(leadingNode, info.Text, info.UlongValue, trailingNode);