1 write to _workerThread
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
76
_workerThread
= new Thread(new ThreadStart(ThreadProc))
2 references to _workerThread
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
80
_workerThread
.Start();
1603
_workerThread
.Join();