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)
285if (_audioLevelUpdatedDelegate == null) 297if (_audioLevelUpdatedDelegate == null) 381_audioLevelUpdatedDelegate?.Invoke(this, e);