4 references to CreateFormatter
System.ServiceModel (4)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
74
return new XmlSerializerOperationBehavior(operation).
CreateFormatter
();
79
return new XmlSerializerOperationBehavior(operation, attr).
CreateFormatter
();
140
dispatch.Formatter = (IDispatchMessageFormatter)
CreateFormatter
();
172
proxy.Formatter = (IClientMessageFormatter)
CreateFormatter
();