1 write to _rule
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
17_rule = rule;
9 references to _rule
System.Speech (9)
Internal\SrgsCompiler\ScriptRef.cs (2)
31script._idRule = symbols.Find(_rule); 48if (script._rule == rule && script._method == RuleMethodScript.onInit)
Result\RecognizedPhrase.cs (7)
866if (ruleRef._rule == script._rule) 882newValue = grammar._proxy.OnParse(script._rule, script._sMethod, parameters, out appDomainException); 893GetRuleInstance(grammar, script._rule, script._sMethod, out onParse, out rule); 917if (ruleRef._rule == script._rule) 927grammar._proxy.OnError(script._rule, script._sMethod, parameters, out appDomainException); 937GetRuleInstance(grammar, script._rule, script._sMethod, out onError, out rule); 961if (rootRule == script._rule)