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