4 writes to _lastComplete
System.Speech (4)
Internal\Synthesis\EngineSite.cs (4)
403_lastComplete = prefixSeek; 416_lastComplete = 0; 435_lastComplete = 0; 493_lastComplete = 0;
6 references to _lastComplete
System.Speech (6)
Internal\Synthesis\EngineSite.cs (6)
409if (_lastComplete == 0) 442if (_lastComplete == 0) 452char[] source = new char[_lastComplete]; 453_phonemes.CopyTo(0, source, 0, _lastComplete); 454_phonemes.Remove(0, _lastComplete); 473for (int i = 0; i < _lastComplete;)