2 writes to _audioLevelUpdatedDelegate
System.Speech (2)
Recognition\SpeechRecognizer.cs (2)
289
_audioLevelUpdatedDelegate
+= value;
296
_audioLevelUpdatedDelegate
-= value;
3 references to _audioLevelUpdatedDelegate
System.Speech (3)
Recognition\SpeechRecognizer.cs (3)
285
if (
_audioLevelUpdatedDelegate
== null)
297
if (
_audioLevelUpdatedDelegate
== null)
381
_audioLevelUpdatedDelegate
?.Invoke(this, e);