1 write to _phoneMap
System.Speech (1)
Internal\PhonemeConverter.cs (1)
16
_phoneMap
= phoneMap;
2 references to _phoneMap
System.Speech (2)
Internal\PhonemeConverter.cs (2)
90
int index = Array.BinarySearch<PhoneId>(
_phoneMap
._phoneIds, phoneIdRef, phoneIdRef);
93
foreach (char ch in
_phoneMap
._phoneIds[index]._cp)