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)
182
return
_onRecognition
;
287
bool fScript = HasCode || _onInit != null || _onParse != null || _onError != null ||
_onRecognition
!= null || _baseclass != null;