3 writes to _age
System.Speech (3)
Synthesis\VoiceInfo.cs (3)
51SsmlParserHelpers.TryConvertAge(token.Age.ToLowerInvariant(), out _age); 104_age = age; 114_age = age;
5 references to _age
System.Speech (5)
Synthesis\VoiceInfo.cs (5)
130&& (_age == voice._age || _age == VoiceAge.NotSet || voice._age == VoiceAge.NotSet) 158return _age;