2 implementations of ProcessUnknownElement
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
184
public void
ProcessUnknownElement
(object voice, ref FragmentState fragmentState, XmlReader reader)
Internal\Synthesis\TextWriterEngine.cs (1)
266
public void
ProcessUnknownElement
(object? voice, ref FragmentState fragmentState, XmlReader reader)
1 reference to ProcessUnknownElement
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
256
engine.
ProcessUnknownElement
(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, reader);