1 write to _sMethod
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
18
_sMethod
= sMethod;
8 references to _sMethod
System.Speech (8)
Internal\SrgsCompiler\BackEnd.cs (1)
94
_symbols.Add(script.
_sMethod
, out script._idSymbol);
Internal\SrgsCompiler\ScriptRef.cs (1)
50
return script.
_sMethod
;
Result\RecognizedPhrase.cs (6)
882
newValue = grammar._proxy.OnParse(script._rule, script.
_sMethod
, parameters, out appDomainException);
893
GetRuleInstance(grammar, script._rule, script.
_sMethod
, out onParse, out rule);
927
grammar._proxy.OnError(script._rule, script.
_sMethod
, parameters, out appDomainException);
937
GetRuleInstance(grammar, script._rule, script.
_sMethod
, out onError, out rule);
971
resultValue = grammar._proxy.OnRecognition(script.
_sMethod
, parameters, out appDomainException);
980
MethodInfo onRecognition = grammarType.GetMethod(script.
_sMethod
, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic)!;