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)
30
return obj is TTSVoice voice && (
_voiceId
.Equals(voice.VoiceInfo));
38
return
_voiceId
.GetHashCode();
143
return
_voiceId
;