2 writes to _speechHypothesizedDelegate
System.Speech (2)
Recognition\SpeechRecognitionEngine.cs (2)
423_speechHypothesizedDelegate += value; 430_speechHypothesizedDelegate -= value;
3 references to _speechHypothesizedDelegate
System.Speech (3)
Recognition\SpeechRecognitionEngine.cs (3)
419if (_speechHypothesizedDelegate == null) 431if (_speechHypothesizedDelegate == null) 586_speechHypothesizedDelegate?.Invoke(this, e);