19 references to UINT8
ILAssembler (19)
gen\CILParser.cs (14)
2210
case
UINT8
:
5991
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
6214
_localctx.marshalType = Match(
UINT8
);
6597
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
7145
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
7481
case
UINT8
:
8181
case
UINT8
:
10102
case
UINT8
:
10885
case
UINT8
:
13806
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
13983
Match(
UINT8
);
14196
case
UINT8
:
14280
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
14578
Match(
UINT8
);
GrammarVisitor.cs (5)
2641
case CILParser.
UINT8
:
4274
case CILParser.
UINT8
:
4856
CILParser.
UINT8
=> SerializationTypeCode.Byte,
4904
CILParser.
UINT8
=> SignatureTypeCode.Byte,
5382
CILParser.
UINT8
=> VarEnum.VT_UI1,