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)
382if (_currentPrompt != null) 431if (_currentPrompt == prompt) 477if (_pendingSpeakQueue.Count > 0 || _currentPrompt != null) 575return _currentPrompt; 694if (_currentPrompt == null && State != SynthesizerState.Paused)