2 writes to _audioLevelUpdatedDelegate
System.Speech (2)
Recognition\RecognizerBase.cs (2)
1290
_audioLevelUpdatedDelegate
+= value;
1296
_audioLevelUpdatedDelegate
-= value;
3 references to _audioLevelUpdatedDelegate
System.Speech (3)
Recognition\RecognizerBase.cs (3)
1286
if (
_audioLevelUpdatedDelegate
== null)
1297
if (
_audioLevelUpdatedDelegate
== null)
2833
EventHandler<AudioLevelUpdatedEventArgs>? audioLevelUpdatedHandler =
_audioLevelUpdatedDelegate
;