19 references to UINT64
ILAssembler (19)
gen\CILParser.cs (14)
2213
case
UINT64
:
5994
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT64() { return GetToken(CILParser.
UINT64
, 0); }
6235
_localctx.marshalType = Match(
UINT64
);
6600
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT64() { return GetToken(CILParser.
UINT64
, 0); }
7148
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT64() { return GetToken(CILParser.
UINT64
, 0); }
7484
case
UINT64
:
8184
case
UINT64
:
10105
case
UINT64
:
10888
case
UINT64
:
13803
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT64() { return GetToken(CILParser.
UINT64
, 0); }
13944
Match(
UINT64
);
14199
case
UINT64
:
14277
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT64() { return GetToken(CILParser.
UINT64
, 0); }
14521
Match(
UINT64
);
GrammarVisitor.cs (5)
2654
case CILParser.
UINT64
:
4283
case CILParser.
UINT64
:
4862
CILParser.
UINT64
=> SerializationTypeCode.UInt64,
4907
CILParser.
UINT64
=> SignatureTypeCode.UInt64,
5385
CILParser.
UINT64
=> VarEnum.VT_UI8,