2 writes to asyncWaitDisposeLock
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
235
System.Threading.Interlocked.CompareExchange(ref result.
asyncWaitDisposeLock
, new object(), null);
457
System.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)
236
lock (result.
asyncWaitDisposeLock
)
458
lock (this.
asyncWaitDisposeLock
)