1 write to _voice
System.Speech (1)
Internal\Synthesis\SpeechSeg.cs (1)
18
_voice
= voice;
2 references to _voice
System.Speech (2)
Internal\Synthesis\SpeechSeg.cs (2)
51
return
_voice
;
57
[MemberNotNullWhen(true, nameof(
_voice
))]