19 references to UINT32
ILAssembler (19)
gen\CILParser.cs (14)
2212
case
UINT32
:
5993
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT32() { return GetToken(CILParser.
UINT32
, 0); }
6228
_localctx.marshalType = Match(
UINT32
);
6599
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT32() { return GetToken(CILParser.
UINT32
, 0); }
7147
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT32() { return GetToken(CILParser.
UINT32
, 0); }
7483
case
UINT32
:
8183
case
UINT32
:
10104
case
UINT32
:
10887
case
UINT32
:
13804
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT32() { return GetToken(CILParser.
UINT32
, 0); }
13957
Match(
UINT32
);
14198
case
UINT32
:
14278
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UINT32() { return GetToken(CILParser.
UINT32
, 0); }
14540
Match(
UINT32
);
GrammarVisitor.cs (5)
2650
case CILParser.
UINT32
:
4280
case CILParser.
UINT32
:
4860
CILParser.
UINT32
=> SerializationTypeCode.UInt32,
4906
CILParser.
UINT32
=> SignatureTypeCode.UInt32,
5384
CILParser.
UINT32
=> VarEnum.VT_UI4,