2 writes to _audioLevelUpdatedDelegate
System.Speech (2)
Recognition\SpeechRecognitionEngine.cs (2)
471
_audioLevelUpdatedDelegate
+= value;
478
_audioLevelUpdatedDelegate
-= value;
3 references to _audioLevelUpdatedDelegate
System.Speech (3)
Recognition\SpeechRecognitionEngine.cs (3)
467
if (
_audioLevelUpdatedDelegate
== null)
479
if (
_audioLevelUpdatedDelegate
== null)
596
_audioLevelUpdatedDelegate
?.Invoke(this, e);