Internal\Synthesis\SSmlParser.cs (17)
206ProcessElement(reader, engine, "speak", possibleChild, ssmlAttributes, false, extraAttributes);
348ProcessElement(reader, engine, sElement, possibleChild, ssmlAttributes, !fRenderDesc, extraAttributes);
423ProcessElement(reader, engine, sElement, 0, ssmlAttributes, true, extraAttributes);
479ProcessElement(reader, engine, sElement, SsmlElement.Text, ssmlAttributes, true, extraAttributes);
539ProcessElement(reader, engine, sElement, possibleChild, ssmlAttributes, fIgnore, extraAttributes);
592ProcessElement(reader, engine, sElement, 0, ssmlAttributes, true, extraAttributes);
702ProcessElement(reader, engine, sElement, possibleChild, ssmlAttributes, fIgnore, extraAttributes);
826ProcessElement(reader, engine, sElement, SsmlElement.Text, ssmlAttributes, fIgnore, extraAttributes);
909ProcessElement(reader, engine, sElement, possibleChild, ssmlAttributes, fIgnore, extraAttributes);
978ProcessElement(reader, engine, sElement, SsmlElement.Text, ssmlAttributes, fIgnore, extraAttributes);
1035ProcessElement(reader, engine, sElement, SsmlElement.Text, ssmlAttributes, true, extraAttributes);
1200ProcessElement(reader, engine, sElement, possibleChild, ssmlAttributes, fIgnore, extraAttributes);
1273ProcessElement(reader, engine, sElement, 0, ssmlAttributes, true, extraAttributes);
1315ProcessElement(reader, engine, sElement, SsmlElement.AudioMarkTextWithStyle | ElementPromptEngine(ssmlAttributes), ssmlAttributes, fIgnore, null);
1350ProcessElement(reader, engine, sElement, SsmlElement.AudioMarkTextWithStyle | ElementPromptEngine(ssmlAttributes), ssmlAttributes, fIgnore, null);
1430ProcessElement(reader, engine, sElement, 0, ssmlAttributes, fIgnore, null);
1803ProcessElement(reader, engine, null, 0, ssmlAttributes, true, null);