1 write to ReceiveContext
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
662
this.
ReceiveContext
= receiveContext;
29 references to ReceiveContext
System.ServiceModel (29)
System\ServiceModel\Channels\ReceiveContext.cs (29)
429
if (this.
ReceiveContext
.PreAbandon())
437
this.
ReceiveContext
.ReleaseStateLock();
446
result = this.
ReceiveContext
.OnBeginAbandon(this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this);
452
TD.ReceiveContextAbandonWithException(this.
ReceiveContext
.eventTraceActivity, this.GetType().ToString(), exception.GetType().ToString());
455
result = this.
ReceiveContext
.OnBeginAbandon(exception, this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this);
466
TD.ReceiveContextAbandonFailed((this.
ReceiveContext
!= null) ? this.
ReceiveContext
.eventTraceActivity : null,
470
this.
ReceiveContext
.Fault();
484
this.
ReceiveContext
.OnEndAbandon(result);
485
lock (this.
ReceiveContext
.ThisLock)
487
this.
ReceiveContext
.ThrowIfFaulted();
488
this.
ReceiveContext
.ThrowIfNotAbandoning();
489
this.
ReceiveContext
.State = ReceiveContextState.Abandoned;
510
TD.ReceiveContextAbandonFailed(thisPtr.
ReceiveContext
.eventTraceActivity, thisPtr.GetType().ToString());
513
thisPtr.
ReceiveContext
.Fault();
541
this.
ReceiveContext
.PreComplete();
551
this.
ReceiveContext
.ReleaseStateLock();
559
result = this.
ReceiveContext
.OnBeginComplete(this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this);
568
TD.ReceiveContextCompleteFailed(this.
ReceiveContext
.eventTraceActivity, this.GetType().ToString());
571
this.
ReceiveContext
.Fault();
586
this.
ReceiveContext
.OnEndComplete(result);
587
lock (this.
ReceiveContext
.ThisLock)
589
this.
ReceiveContext
.ThrowIfFaulted();
590
this.
ReceiveContext
.ThrowIfNotCompleting();
591
this.
ReceiveContext
.State = ReceiveContextState.Completed;
612
TD.ReceiveContextCompleteFailed(thisPtr.
ReceiveContext
.eventTraceActivity, thisPtr.GetType().ToString());
615
thisPtr.
ReceiveContext
.Fault();
680
if (!this.
ReceiveContext
.WaitForStateLockAsync(this.TimeoutHelper.RemainingTime(), onWaitForStateLockComplete, this))
703
asyncException = thisPtr.
ReceiveContext
.WrapStateException(asyncException);