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