4 references to CreateFormatter
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
71return new XmlSerializerOperationBehavior(operation).CreateFormatter(); 76return new XmlSerializerOperationBehavior(operation, attr).CreateFormatter(); 139dispatch.Formatter = (IDispatchMessageFormatter)CreateFormatter(); 164proxy.Formatter = (IClientMessageFormatter)CreateFormatter();