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)
90
int index = Array.BinarySearch<PhoneId>(_phoneMap.
_phoneIds
, phoneIdRef, phoneIdRef);
93
foreach (char ch in _phoneMap.
_phoneIds
[index]._cp)
153
for (int j = 0; j < pm.
_phoneIds
.Length; j++)
188
pm.
_phoneIds
[j] = newPhoneId;