2 implementations of EndPromptEngineRule
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
266public void EndPromptEngineRule(object voice, string? name)
Internal\Synthesis\TextWriterEngine.cs (1)
351public void EndPromptEngineRule(object? voice, string? name)
1 reference to EndPromptEngineRule
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1468engine.EndPromptEngineRule(ssmAttributesParent._voice, name);