1 write to _rpc
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
538
_rpc
= rpc;
12 references to _rpc
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (12)
543
_rpc
.IncrementBusyCount();
548
return
_rpc
.InstanceContext;
560
_rpc
._switchedThreads = true;
561
if (
_rpc
.Process(false) && !
_rpc
.InvokeNotification.DidInvokerEnsurePump)
563
_rpc
.EnsureReceive();
568
_rpc
.DecrementBusyCount();
574
_rpc
.AsyncResult = result;
580
_rpc
.Instance = instance;
586
using (ServiceModelActivity.BoundOperation(
_rpc
.Activity, true))
602
if (
_rpc
._invokeContinueGate.Signal(result))
604
_rpc
.AsyncResult = result;