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); 296ttsEvent = new TTSEvent((TtsEventId)sapiEvent.EventId, _prompt!, null, null, _audio!.Duration, _audio.Position, bookmark, (uint)sapiEvent.Param1, sapiEvent.Param2); 299ttsEvent = new TTSEvent((TtsEventId)sapiEvent.EventId, _prompt!, null, null, _audio!.Duration, _audio.Position, null, (uint)sapiEvent.Param1, sapiEvent.Param2);