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)
1286if (_audioLevelUpdatedDelegate == null) 1297if (_audioLevelUpdatedDelegate == null) 2833EventHandler<AudioLevelUpdatedEventArgs>? audioLevelUpdatedHandler = _audioLevelUpdatedDelegate;