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