1 write to _phoneIds
System.Speech (1)
Internal\PhonemeConverter.cs (1)
234_phoneIds = phoneIds;
4 references to _phoneIds
System.Speech (4)
Internal\PhonemeConverter.cs (4)
90int index = Array.BinarySearch<PhoneId>(_phoneMap._phoneIds, phoneIdRef, phoneIdRef); 93foreach (char ch in _phoneMap._phoneIds[index]._cp) 153for (int j = 0; j < pm._phoneIds.Length; j++) 188pm._phoneIds[j] = newPhoneId;