2 implementations of Ssml
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
283public string Ssml
Internal\Synthesis\TextWriterEngine.cs (1)
365public string? Ssml
2 references to Ssml
System.Speech (2)
Internal\Synthesis\SSmlParser.cs (2)
1010if (reader is XmlTextReader textReader && engine.Ssml != null) 1012textPosition = engine.Ssml.IndexOf(reader.Value, textReader.LinePosition + reader.LocalName.Length, StringComparison.Ordinal);