3 references to Formatter
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
138
this.
Formatter
.DeserializeRequest(rpc.Request, rpc.InputParameters);
291
reply = this.
Formatter
.SerializeReply(rpc.RequestVersion, rpc.OutputParameters, rpc.ReturnParameter);
300
string message = string.Format(SRServiceModel.SFxNullReplyFromFormatter2, this.
Formatter
.GetType().ToString(), (_name ?? ""));