2 writes to _pendingVoice
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
722
_pendingVoice
= null;
724
_pendingVoice
= GetProxyEngine((VoiceInfo)parameters._parameter);
1 reference to _pendingVoice
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1062
voice = _pendingException == null ?
_pendingVoice
: null;