2 implementations of ProcessSub
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
168
public void
ProcessSub
(string alias, object voice, ref FragmentState fragmentState, int position, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
203
public 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)
1032
engine.
ProcessSub
(sAlias, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, textPosition, fIgnore);