2 writes to _onRecognition
System.Speech (2)
Recognition\SrgsGrammar\SrgsRule.cs (2)
187_onRecognition = value; 330_onRecognition = method;
2 references to _onRecognition
System.Speech (2)
Recognition\SrgsGrammar\SrgsRule.cs (2)
182return _onRecognition; 287bool fScript = HasCode || _onInit != null || _onParse != null || _onError != null || _onRecognition != null || _baseclass != null;