2 implementations of ProcessSub
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
168public void ProcessSub(string alias, object voice, ref FragmentState fragmentState, int position, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
203public void ProcessSub(string alias, object? voice, ref FragmentState fragmentState, int position, bool fIgnore)
1 reference to ProcessSub
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1032engine.ProcessSub(sAlias, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, textPosition, fIgnore);