4 writes to UlongValue
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
1109info.UlongValue = val; 1126info.UlongValue = val; 1141info.UlongValue = val; 1153info.UlongValue = val;
1 reference to UlongValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
370token = SyntaxFactory.Literal(leadingNode, info.Text, info.UlongValue, trailingNode);