4 references to _ATN
ILAssembler (4)
gen\CILLexer.cs (4)
148 Interpreter = new LexerATNSimulator(this, _ATN, decisionToDFA, sharedContextCache); 262 decisionToDFA = new DFA[_ATN.NumberOfDecisions]; 263 for (int i = 0; i < _ATN.NumberOfDecisions; i++) { 264 decisionToDFA[i] = new DFA(_ATN.GetDecisionState(i), i);