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