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