2 implementations of EndPromptEngineWithTag
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
257public void EndPromptEngineWithTag(object voice, string? tag)
Internal\Synthesis\TextWriterEngine.cs (1)
342public void EndPromptEngineWithTag(object? voice, string? tag)
1 reference to EndPromptEngineWithTag
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1459engine.EndPromptEngineWithTag(ssmAttributesParent._voice, tag);