17 references to METHOD
ILAssembler (17)
gen\CILParser.cs (16)
6238
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode METHOD() { return GetToken(CILParser.
METHOD
, 0); }
6620
_localctx.marshalType = Match(
METHOD
);
7169
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode METHOD() { return GetToken(CILParser.
METHOD
, 0); }
7261
Match(
METHOD
);
7943
case
METHOD
:
8806
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode METHOD() { return GetToken(CILParser.
METHOD
, 0); }
8837
case
METHOD
:
8841
Match(
METHOD
);
9580
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode[] METHOD() { return GetTokens(CILParser.
METHOD
); }
9582
return GetToken(CILParser.
METHOD
, i);
9778
Match(
METHOD
);
9796
Match(
METHOD
);
10512
case
METHOD
:
11329
case
METHOD
:
12465
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode METHOD() { return GetToken(CILParser.
METHOD
, 0); }
12692
Match(
METHOD
);
GrammarVisitor.cs (1)
4910
case CILParser.
METHOD
: