19 references to UINT16
ILAssembler (19)
gen\CILParser.cs (14)
2211
case
UINT16
:
5992
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT16() { return GetToken(CILParser.
UINT16
, 0); }
6221
_localctx.marshalType = Match(
UINT16
);
6598
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT16() { return GetToken(CILParser.
UINT16
, 0); }
7146
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT16() { return GetToken(CILParser.
UINT16
, 0); }
7482
case
UINT16
:
8182
case
UINT16
:
10103
case
UINT16
:
10886
case
UINT16
:
13805
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT16() { return GetToken(CILParser.
UINT16
, 0); }
13970
Match(
UINT16
);
14197
case
UINT16
:
14279
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT16() { return GetToken(CILParser.
UINT16
, 0); }
14559
Match(
UINT16
);
GrammarVisitor.cs (5)
2646
case CILParser.
UINT16
:
4277
case CILParser.
UINT16
:
4858
CILParser.
UINT16
=> SerializationTypeCode.UInt16,
4905
CILParser.
UINT16
=> SignatureTypeCode.UInt16,
5383
CILParser.
UINT16
=> VarEnum.VT_UI2,