2 writes to _speechHypothesizedDelegate
System.Speech (2)
Recognition\SpeechRecognizer.cs (2)
241_speechHypothesizedDelegate += value; 248_speechHypothesizedDelegate -= value;
3 references to _speechHypothesizedDelegate
System.Speech (3)
Recognition\SpeechRecognizer.cs (3)
237if (_speechHypothesizedDelegate == null) 249if (_speechHypothesizedDelegate == null) 371_speechHypothesizedDelegate?.Invoke(this, e);