5 references to _undefRules
System.Speech (5)
Internal\SrgsCompiler\GrammarElement.cs (5)
87if (_undefRules.Count > 0) 90Rule rule = _undefRules[0]; 201return _undefRules; 327int iRule = _undefRules.IndexOf(rule); 337_undefRules.RemoveAt(iRule);