3 references to State
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
872
var newState = new
State
(ruleCur, hNewState, k);
893
var nextState = new
State
(ruleCur, hNewState, iNextArc);
Internal\SrgsCompiler\State.cs (1)
31
:
this
(rule, hState, (int)hState)