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