2 writes to _age
System.Speech (2)
Internal\Synthesis\SSmlParser.cs (2)
83ssmlAttributes._age = VoiceAge.NotSet; 1101ssmlAttributes._age = age;
2 references to _age
System.Speech (2)
Internal\Synthesis\SSmlParser.cs (2)
690ssmlAttributes._voice = engine.ProcessTextBlock(isParagraph, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, culture, fNewCulture, ssmlAttributes._gender, ssmlAttributes._age); 1195ssmlAttributes._voice = engine.ProcessVoice(sName, culture, ssmlAttributes._gender, ssmlAttributes._age, variant, fNewCulture, localUnknownNamespaces);