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