2 writes to _isAsyncMode
System.Speech (2)
Internal\AsyncSerializedWorker.cs (2)
38
_isAsyncMode
= true;
157
_isAsyncMode
= value;
4 references to _isAsyncMode
System.Speech (4)
Internal\AsyncSerializedWorker.cs (4)
147
return
_isAsyncMode
;
155
if (
_isAsyncMode
!= value)
187
if (!_hasPendingPost || !
_isAsyncMode
)
208
if (_queue.Count > 0 &&
_isAsyncMode
)