1 write to receiveContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
328if (!ReceiveContext.TryGet(this.operationContext.IncomingMessageProperties, out this.receiveContext))
6 references to receiveContext
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (6)
461Fx.Assert(this.receiveContext != null, "receiveContext must not be null!"); 463this.operationContext, this.receiveContext, this.invoker.StaticBookmarkName, BufferedReceiveState.WaitingOnInstance, retry); 746return this.receiveContext != null && this.receiveContext.State != ReceiveContextState.Faulted; 760IAsyncResult result = this.receiveContext.BeginAbandon(TimeSpan.MaxValue, this.PrepareAsyncCompletion(handleEndAbandonReceiveContext), this); 767thisPtr.receiveContext.EndAbandon(result);