6 references to INT
ILAssembler (6)
gen\CILParser.cs (4)
6013
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode INT() { return GetToken(CILParser.
INT
, 0); }
6347
_localctx.marshalType = Match(
INT
);
6610
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode INT() { return GetToken(CILParser.
INT
, 0); }
10889
case
INT
:
GrammarVisitor.cs (2)
4362
case CILParser.
INT
:
5395
CILParser.
INT
=> VarEnum.VT_INT,