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