20 references to _queueIn
System.Speech (20)
Internal\Synthesis\AudioDeviceOut.cs (20)
113
if (
_queueIn
.Count != 0)
158
lock (
_queueIn
)
162
_queueIn
.Add(item);
172
lock (
_queueIn
)
174
_queueIn
.RemoveAt(
_queueIn
.Count - 1);
235
if (
_queueIn
.Count > 0)
247
lock (
_queueIn
)
250
if (
_queueIn
.Count == 0)
257
_queueIn
.Add(new InItem(ttsEvent));
352
lock (
_queueIn
)
354
inItem =
_queueIn
[0];
356
_queueIn
.RemoveAt(0);
360
while (
_queueIn
.Count > 0)
362
inItem =
_queueIn
[0];
370
_queueIn
.RemoveAt(0);
380
if (
_queueIn
.Count == 0)
409
lock (
_queueIn
)
411
foreach (InItem inItem in
_queueIn
)
426
_queueIn
.Clear();