1 write to userCallback
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
80
this.
userCallback
= callback;
2 references to userCallback
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (2)
371
if ((null != this.
userCallback
) && !(this.Failure is System.Threading.ThreadAbortException) && !(this.Failure is System.StackOverflowException))
374
this.
userCallback
(this);