1 write to rpc
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
753
this.
rpc
= rpc;
13 references to rpc
System.ServiceModel (13)
System\ServiceModel\Dispatcher\MessageRpc.cs (13)
758
this.
rpc
.IncrementBusyCount();
764
return this.
rpc
.InstanceContext;
776
this.
rpc
.switchedThreads = true;
777
if (this.
rpc
.Process(false) && !
rpc
.InvokeNotification.DidInvokerEnsurePump)
779
this.
rpc
.EnsureReceive();
784
this.
rpc
.DecrementBusyCount();
791
this.
rpc
.AsyncResult = result;
797
this.
rpc
.Instance = instance;
803
using (ServiceModelActivity.BoundOperation(this.
rpc
.Activity, true))
809
string text = SR.GetString(SR.SFxMultipleCallbackFromAsyncOperation,
rpc
.Operation.Name);
818
if (this.
rpc
.invokeContinueGate.Signal(result))
820
this.
rpc
.AsyncResult = result;