6 references to ERROR
ILAssembler (6)
gen\CILParser.cs (4)
6210
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode ERROR() { return GetToken(CILParser.
ERROR
, 0); }
6425
_localctx.marshalType = Match(
ERROR
);
6836
[System.Diagnostics.DebuggerNonUserCode] public ITerminalNode ERROR() { return GetToken(CILParser.
ERROR
, 0); }
11313
case
ERROR
:
GrammarVisitor.cs (2)
4783
case CILParser.
ERROR
:
5996
CILParser.
ERROR
=> VarEnum.VT_ERROR,