2 writes to _pendingException
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
723_pendingException = null; 730_pendingException = e;
1 reference to _pendingException
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1062voice = _pendingException == null ? _pendingVoice : null;