4 writes to _hasPendingPost
System.Speech (4)
Internal\AsyncSerializedWorker.cs (4)
35
_hasPendingPost
= false;
125
_hasPendingPost
= false;
190
_hasPendingPost
= true;
216
_hasPendingPost
= false;
2 references to _hasPendingPost
System.Speech (2)
Internal\AsyncSerializedWorker.cs (2)
187
if (!
_hasPendingPost
|| !_isAsyncMode)
229
if (
_hasPendingPost
)