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)
467if (_audioLevelUpdatedDelegate == null) 479if (_audioLevelUpdatedDelegate == null) 596_audioLevelUpdatedDelegate?.Invoke(this, e);