4 references to onParse
System.Speech (4)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
107
rule.CreateScript(grammar, id, srgsRule.OnParse, RuleMethodScript.
onParse
);
Internal\SrgsParser\XmlParser.cs (1)
634
rule.CreateScript(grammar, id, sParse, RuleMethodScript.
onParse
);
Recognition\SrgsGrammar\SrgsRule.cs (1)
325
case RuleMethodScript.
onParse
:
Result\RecognizedPhrase.cs (1)
868
if (script._method == RuleMethodScript.
onParse
)