3 references to NumArcs
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
996int thisState = state.NumArcs;
Internal\SrgsCompiler\Rule.cs (2)
88if (_firstState != null && _firstState.NumArcs != 0) 98if ((!_cfgRule.Dynamic) && (!_cfgRule.Import) && _id != "VOID" && _firstState!.NumArcs == 0)