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)
147return _isAsyncMode; 155if (_isAsyncMode != value) 187if (!_hasPendingPost || !_isAsyncMode) 208if (_queue.Count > 0 && _isAsyncMode)