2 implementations of EndProcessUnknownAttributes
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
208
public void
EndProcessUnknownAttributes
(object voice, ref FragmentState fragmentState, string? element, List<SsmlXmlAttribute> extraAttributes)
Internal\Synthesis\TextWriterEngine.cs (1)
280
public void
EndProcessUnknownAttributes
(object? voice, ref FragmentState fragmentState, string? sElement, List<SsmlXmlAttribute> extraAttributes)
1 reference to EndProcessUnknownAttributes
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
289
engine.
EndProcessUnknownAttributes
(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sElement, extraAttributes);