1 write to _method
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
19
_method
= method;
5 references to _method
System.Speech (5)
Internal\SrgsCompiler\ScriptRef.cs (2)
33
script._method =
_method
;
48
if (script._rule == rule && script.
_method
== RuleMethodScript.onInit)
Result\RecognizedPhrase.cs (3)
868
if (script.
_method
== RuleMethodScript.onParse)
919
if (script.
_method
== RuleMethodScript.onError)
963
if (script.
_method
== RuleMethodScript.onRecognition)