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