4 writes to _currentPrompt
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
698
_currentPrompt
= paramSpeak._prompt;
704
_currentPrompt
= null;
930
_currentPrompt
= null;
1014
_currentPrompt
= null;
5 references to _currentPrompt
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (5)
382
if (
_currentPrompt
!= null)
431
if (
_currentPrompt
== prompt)
477
if (_pendingSpeakQueue.Count > 0 ||
_currentPrompt
!= null)
575
return
_currentPrompt
;
694
if (
_currentPrompt
== null && State != SynthesizerState.Paused)