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