2 writes to _invokeContinueGate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
109
_invokeContinueGate
= null;
511
_invokeContinueGate
= new SignalGate<IAsyncResult>();
2 references to _invokeContinueGate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
506
return
_invokeContinueGate
.Unlock(out result);
602
if (_rpc.
_invokeContinueGate
.Signal(result))