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