1 instantiation of SayAs
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
930System.Speech.Synthesis.TtsEngine.SayAs sayAs = new();
4 references to SayAs
System.Speech (4)
Internal\Synthesis\SSmlParser.cs (1)
930System.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; } } 227SayAs? sayAs, 269private SayAs? _sayAs;