1 write to asyncWait
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
122System.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)
119if (null == this.asyncWait) 142return this.asyncWait; 233if (null != result.asyncWait) 239Util.Dispose(result.asyncWait); 455if (null != this.asyncWait) 462this.asyncWait.Set();