2 writes to _currentVoice
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
622_currentVoice = value; 1459_currentVoice = _defaultVoice;
5 references to _currentVoice
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (5)
533TTSVoice defaultVoice = _currentVoice ?? GetVoice(switchContext); 618if (_currentVoice == _defaultVoice && value == null) 635if (_currentVoice == null) 639return _currentVoice!; 754TTSVoice voice = _currentVoice ?? GetVoice(false);