19 references to UNMANAGED
ILAssembler (19)
gen\CILParser.cs (18)
300
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
4915
case
UNMANAGED
:
4944
case
UNMANAGED
:
4987
case
UNMANAGED
:
8192
case
UNMANAGED
:
8237
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
8286
Match(
UNMANAGED
);
8295
Match(
UNMANAGED
);
8304
Match(
UNMANAGED
);
8313
Match(
UNMANAGED
);
8322
Match(
UNMANAGED
);
9987
case
UNMANAGED
:
10811
case
UNMANAGED
:
11219
while ((((_la) & ~0x3f) == 0 && ((1L << _la) & 32766L) != 0) || _la==T__68 || _la==
UNMANAGED
) {
11744
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode UNMANAGED() { return GetToken(CILParser.
UNMANAGED
, 0); }
11797
case
UNMANAGED
:
11801
Match(
UNMANAGED
);
13471
case
UNMANAGED
:
GrammarVisitor.cs (1)
863
CILParser.
UNMANAGED
=> SignatureCallingConvention.Unmanaged,