3 implementations of DeserializeRequest
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageOperationFormatter.cs (1)
34public void DeserializeRequest(Message message, object[] parameters)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
171public void DeserializeRequest(Message message, object[] parameters)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
409public void DeserializeRequest(Message message, object[] parameters)
1 reference to DeserializeRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
138this.Formatter.DeserializeRequest(rpc.Request, rpc.InputParameters);