2 writes to UintValue
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
1100
info.
UintValue
= (uint)val;
1125
info.
UintValue
= (uint)val;
1 reference to UintValue
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
368
token = SyntaxFactory.Literal(leadingNode, info.Text, info.
UintValue
, trailingNode);