4 references to CreateFormatter
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
75return new XmlSerializerOperationBehavior(operation).CreateFormatter(); 80return new XmlSerializerOperationBehavior(operation, attr).CreateFormatter(); 139dispatch.Formatter = (IDispatchMessageFormatter)CreateFormatter(); 160proxy.Formatter = (IClientMessageFormatter)CreateFormatter();