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