18 references to UNMANAGED
ILAssembler (18)
gen\CILParser.cs (17)
302
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
5127
case
UNMANAGED
:
5159
case
UNMANAGED
:
5205
case
UNMANAGED
:
8659
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
8708
Match(
UNMANAGED
);
8717
Match(
UNMANAGED
);
8726
Match(
UNMANAGED
);
8735
Match(
UNMANAGED
);
8744
Match(
UNMANAGED
);
10386
case
UNMANAGED
:
11221
case
UNMANAGED
:
11647
while ((((_la) & ~0x3f) == 0 && ((1L << _la) & 32766L) != 0) || _la==T__68 || _la==T__155 || _la==
UNMANAGED
) {
12190
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
12250
case
UNMANAGED
:
12254
Match(
UNMANAGED
);
13950
case
UNMANAGED
:
GrammarVisitor.cs (1)
901
CILParser.
UNMANAGED
=> SignatureCallingConvention.Unmanaged,