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)
50return script._sMethod;
Result\RecognizedPhrase.cs (6)
882newValue = grammar._proxy.OnParse(script._rule, script._sMethod, parameters, out appDomainException); 893GetRuleInstance(grammar, script._rule, script._sMethod, out onParse, out rule); 927grammar._proxy.OnError(script._rule, script._sMethod, parameters, out appDomainException); 937GetRuleInstance(grammar, script._rule, script._sMethod, out onError, out rule); 971resultValue = grammar._proxy.OnRecognition(script._sMethod, parameters, out appDomainException); 980MethodInfo onRecognition = grammarType.GetMethod(script._sMethod, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic)!;