3 writes to rpc
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
1845
this.
rpc
= rpc;
1854
this.
rpc
= rpcCallbackMessageProperty.rpc;
1921
this.runtime.ResolveTransactionOutcome(ref this.
rpc
);
4 references to rpc
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
1854
this.rpc = rpcCallbackMessageProperty.
rpc
;
1926
if (this.
rpc
.transaction != null && this.
rpc
.transaction.Current != null)
1928
this.scope = new TransactionScope(this.
rpc
.transaction.Current);