2 references to IsValidAction
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
314if ((reply != null) && (!ProxyOperationRuntime.IsValidAction(reply, this.ReplyAction)))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
259if (!IsValidAction(rpc.Request, Action))