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