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)
1062
voice =
_pendingException
== null ? _pendingVoice : null;