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)
31
script._idRule = symbols.Find(
_rule
);
48
if (script.
_rule
== rule && script._method == RuleMethodScript.onInit)
Result\RecognizedPhrase.cs (7)
866
if (ruleRef._rule == script.
_rule
)
882
newValue = grammar._proxy.OnParse(script.
_rule
, script._sMethod, parameters, out appDomainException);
893
GetRuleInstance(grammar, script.
_rule
, script._sMethod, out onParse, out rule);
917
if (ruleRef._rule == script.
_rule
)
927
grammar._proxy.OnError(script.
_rule
, script._sMethod, parameters, out appDomainException);
937
GetRuleInstance(grammar, script.
_rule
, script._sMethod, out onError, out rule);
961
if (rootRule == script.
_rule
)