2 writes to completed
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
393System.Threading.Interlocked.Exchange(ref this.completed, 2); 399System.Threading.Interlocked.CompareExchange(ref this.completed, 1, 0);
2 references to completed
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
162get { return (0 != this.completed); } 168get { return (2 == this.completed); }