6 references to UINT
ILAssembler (6)
gen\CILParser.cs (4)
6014
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT() { return GetToken(CILParser.
UINT
, 0); }
6354
_localctx.marshalType = Match(
UINT
);
6611
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT() { return GetToken(CILParser.
UINT
, 0); }
10890
case
UINT
:
GrammarVisitor.cs (2)
4365
case CILParser.
UINT
:
5396
CILParser.
UINT
=> VarEnum.VT_UINT,