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)
237
if (
_speechHypothesizedDelegate
== null)
249
if (
_speechHypothesizedDelegate
== null)
371
_speechHypothesizedDelegate
?.Invoke(this, e);