4 references to SetClientReply
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
968operationContext.SetClientReply(rpc.Reply, consumed);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
447this.OperationContext.SetClientReply(null, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
334this.SetClientReply(null, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContextScope.cs (1)
59_currentContext.SetClientReply(null, false);