1 write to _prompt
System.Speech (1)
Internal\Synthesis\EngineSite.cs (1)
272
_prompt
= prompt;
3 references to _prompt
System.Speech (3)
Internal\Synthesis\EngineSite.cs (3)
291
_prompt
!, _audio!.Duration);
296
ttsEvent = new TTSEvent((TtsEventId)sapiEvent.EventId,
_prompt
!, null, null, _audio!.Duration, _audio.Position, bookmark, (uint)sapiEvent.Param1, sapiEvent.Param2);
299
ttsEvent = new TTSEvent((TtsEventId)sapiEvent.EventId,
_prompt
!, null, null, _audio!.Duration, _audio.Position, null, (uint)sapiEvent.Param1, sapiEvent.Param2);