1 write to receiveContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (1)
18
this.
receiveContext
= receiveContext;
7 references to receiveContext
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (7)
81
this.
receiveContext
,
107
TransactionOutcomeListener.EnsureReceiveContextAbandonOnTransactionRollback(this.
receiveContext
, transaction, channelHandler);
108
result = this.
receiveContext
.BeginComplete(
117
result = this.
receiveContext
.BeginComplete(
126
this.
receiveContext
.EndComplete(result);
133
return this.
receiveContext
.BeginAbandon(
140
this.
receiveContext
.EndAbandon(result);