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