3 writes to _synthesizerState
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
824_synthesizerState = SynthesizerState.Ready; 991_synthesizerState = state; 1021_synthesizerState = SynthesizerState.Ready;
5 references to _synthesizerState
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (5)
583return _synthesizerState; 987if (_synthesizerState != state) 990SynthesizerState previousState = _synthesizerState; 1020SynthesizerState previousState = _synthesizerState; 1027_asyncWorker.PostOperation(_eventStateChanged, new StateChangedEventArgs(_synthesizerState, previousState));