1 write to _voiceId
System.Speech (1)
Internal\Synthesis\TTSVoice.cs (1)
18_voiceId = voiceId;
3 references to _voiceId
System.Speech (3)
Internal\Synthesis\TTSVoice.cs (3)
30return obj is TTSVoice voice && (_voiceId.Equals(voice.VoiceInfo)); 38return _voiceId.GetHashCode(); 143return _voiceId;