2 instantiations of InItem
System.Speech (2)
Internal\Synthesis\AudioDeviceOut.cs (2)
160InItem item = new(waveHeader); 257_queueIn.Add(new InItem(ttsEvent));
6 references to InItem
System.Speech (6)
Internal\Synthesis\AudioDeviceOut.cs (6)
160InItem item = new(waveHeader); 351InItem inItem; 389foreach (InItem item in _queueOut) 411foreach (InItem inItem in _queueIn) 475private List<InItem> _queueIn = new(); 477private List<InItem> _queueOut = new();