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