1 write to asyncWait
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
122
System.Threading.Interlocked.CompareExchange(ref this.
asyncWait
, new System.Threading.ManualResetEvent(this.IsCompleted), null);
6 references to asyncWait
System.Data.Services.Client (6)
System\Data\Services\Client\BaseAsyncResult.cs (6)
119
if (null == this.
asyncWait
)
142
return this.
asyncWait
;
233
if (null != result.
asyncWait
)
239
Util.Dispose(result.
asyncWait
);
455
if (null != this.
asyncWait
)
462
this.
asyncWait
.Set();