2 writes to asyncWaitDisposeLock
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
235System.Threading.Interlocked.CompareExchange(ref result.asyncWaitDisposeLock, new object(), null); 457System.Threading.Interlocked.CompareExchange(ref this.asyncWaitDisposeLock, new object(), null);
2 references to asyncWaitDisposeLock
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
236lock (result.asyncWaitDisposeLock) 458lock (this.asyncWaitDisposeLock)