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