1 instantiation of SayAs
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
930
System.Speech.Synthesis.TtsEngine.SayAs sayAs =
new
();
4 references to SayAs
System.Speech (4)
Internal\Synthesis\SSmlParser.cs (1)
930
System.Speech.Synthesis.TtsEngine.
SayAs
sayAs = new();
Synthesis\TTSEngine\TTSEngineTypes.cs (3)
220
[DisallowNull] public
SayAs
? SayAs { get { return _sayAs; } internal set { ArgumentNullException.ThrowIfNull(value); _sayAs = value; } }
227
SayAs
? sayAs,
269
private
SayAs
? _sayAs;