2 writes to _phoneMap
System.Speech (2)
Internal\AlphabetConverter.cs (2)
106_phoneMap = null; 116_phoneMap = s_phoneMaps[i];
7 references to _phoneMap
System.Speech (7)
Internal\AlphabetConverter.cs (7)
68if (_phoneMap == null) 71return _phoneMap.IsPrefix(phonemes, isSapi); 76if (_phoneMap == null) 79return _phoneMap.ConvertPhoneme(phonemes, isSapi) != null; 130if (_phoneMap == null || phonemes.Length == 0) 160if (_phoneMap.IsPrefix(token, isSapi)) 162tempConvert = _phoneMap.ConvertPhoneme(token, isSapi);