1 instantiation of UnwrappedTypesXmlSerializerManager
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
39
xmlSerializerManager = new
UnwrappedTypesXmlSerializerManager
();
9 references to UnwrappedTypesXmlSerializerManager
System.ServiceModel.Web (9)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
32
UnwrappedTypesXmlSerializerManager
xmlSerializerManager;
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (5)
53
public static IClientMessageFormatter CreateXmlAndJsonClientFormatter(OperationDescription operation, Type type, bool isRequestFormatter,
UnwrappedTypesXmlSerializerManager
xmlSerializerManager)
67
public static IDispatchMessageFormatter CreateXmlAndJsonDispatchFormatter(OperationDescription operation, Type type, bool isRequestFormatter,
UnwrappedTypesXmlSerializerManager
xmlSerializerManager, string callbackParameterName)
130
internal static IClientMessageFormatter CreateClientFormatter(OperationDescription operation, Type type, bool isRequestFormatter, bool useJson,
UnwrappedTypesXmlSerializerManager
xmlSerializerManager)
146
internal static IDispatchMessageFormatter CreateDispatchFormatter(OperationDescription operation, Type type, bool isRequestFormatter, bool useJson,
UnwrappedTypesXmlSerializerManager
xmlSerializerManager, string callbackParameterName)
243
public static SingleBodyParameterMessageFormatter CreateXmlFormatter(OperationDescription operation, Type type, bool isRequestFormatter,
UnwrappedTypesXmlSerializerManager
xmlSerializerManager)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (3)
23
UnwrappedTypesXmlSerializerManager
serializerManager;
26
UnwrappedTypesXmlSerializerManager
.TypeSerializerPair[] typeSerializerPairs;
28
public SingleBodyParameterXmlSerializerMessageFormatter(OperationDescription operation, Type parameterType, bool isRequestFormatter, XmlSerializerOperationBehavior xsob,
UnwrappedTypesXmlSerializerManager
serializerManager)