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