2 instantiations of PhoneId
System.Speech (2)
Internal\PhonemeConverter.cs (2)
75
PhoneId phoneIdRef =
new
(null!, null!); // phone and cp are not necessary, PhoneId is begin used here as a sorting helper
180
PhoneId newPhoneId = new
PhoneId
(
10 references to PhoneId
System.Speech (10)
Internal\PhonemeConverter.cs (10)
75
PhoneId
phoneIdRef = new(null!, null!); // phone and cp are not necessary, PhoneId is begin used here as a sorting helper
90
int index = Array.BinarySearch<
PhoneId
>(_phoneMap._phoneIds, phoneIdRef, phoneIdRef);
149
phoneIds: new
PhoneId
[pmCompressed._count]
180
PhoneId
newPhoneId = new PhoneId(
231
internal PhoneMap(int lcid,
PhoneId
[] phoneIds)
238
internal
PhoneId
[] _phoneIds;
241
private sealed class PhoneId : IComparer<
PhoneId
>
252
int IComparer<
PhoneId
>.Compare(
PhoneId
? x,
PhoneId
? y)