2 writes to _phoneme
System.Speech (2)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
222[DisallowNull] public char[]? Phoneme { get { return _phoneme; } internal set { ArgumentNullException.ThrowIfNull(value); _phoneme = value; } } 237_phoneme = phonemes;
1 reference to _phoneme
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
222[DisallowNull] public char[]? Phoneme { get { return _phoneme; } internal set { ArgumentNullException.ThrowIfNull(value); _phoneme = value; } }