5 references to Formatter
System.ServiceModel (5)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (5)
283
this.
Formatter
.DeserializeRequest(rpc.Request, rpc.InputParameters);
287
DS.DispatchMessageFormatterDeserialize(this.
Formatter
.GetType(), sw.Elapsed);
767
reply = this.
Formatter
.SerializeReply(rpc.RequestVersion, rpc.OutputParameters, rpc.ReturnParameter);
771
DS.DispatchMessageFormatterSerialize(this.
Formatter
.GetType(), sw.Elapsed);
794
string message = SR.GetString(SR.SFxNullReplyFromFormatter2, this.
Formatter
.GetType().ToString(), (this.name ?? ""));