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