19 references to UINT8
ILAssembler (19)
gen\CILParser.cs (14)
2330
case
UINT8
:
6211
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
6432
_localctx.marshalType = Match(
UINT8
);
6821
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
7382
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
7474
Match(
UINT8
);
7935
case
UINT8
:
10504
case
UINT8
:
11300
case
UINT8
:
14295
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
14472
Match(
UINT8
);
14673
case
UINT8
:
14757
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT8() { return GetToken(CILParser.
UINT8
, 0); }
15055
Match(
UINT8
);
GrammarVisitor.cs (5)
2993
case CILParser.
UINT8
:
4786
case CILParser.
UINT8
:
5377
CILParser.
UINT8
=> SerializationTypeCode.Byte,
5490
CILParser.
UINT8
=> SignatureTypeCode.Byte,
5981
CILParser.
UINT8
=> VarEnum.VT_UI1,