7 references to WordId
System.Speech (7)
Internal\SrgsCompiler\BackEnd.cs (3)
562int newWordId = arc.WordId; 563if (beSrc != null && arc.WordId > 0) 565_words.Add(beSrc.Words[arc.WordId], out newWordId);
Internal\SrgsCompiler\State.cs (4)
273if (fRuleReachedEndState || ((arc.RuleRef == null) && (arc.WordId == 0) && arc.WordId == 0)) 409int diff = (arc1 != null ? (arc1.RuleRef != null ? 0x1000000 : 0) + arc1.WordId : state1._iSerialize) - (arc2 != null ? (arc2.RuleRef != null ? 0x1000000 : 0) + arc2.WordId : state2._iSerialize);