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)
409
if (
_lastComplete
== 0)
442
if (
_lastComplete
== 0)
452
char[] source = new char[
_lastComplete
];
453
_phonemes.CopyTo(0, source, 0,
_lastComplete
);
454
_phonemes.Remove(0,
_lastComplete
);
473
for (int i = 0; i <
_lastComplete
;)