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)
419
if (
_speechHypothesizedDelegate
== null)
431
if (
_speechHypothesizedDelegate
== null)
586
_speechHypothesizedDelegate
?.Invoke(this, e);