3 references to DataContractSerializer
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContractSerializer.cs (2)
107: this(type, rootName, rootNamespace, knownTypes, int.MaxValue, false, false, null, null) 117: this(type, rootName, rootNamespace, knownTypes, maxItemsInObjectGraph, ignoreExtensionDataObject, preserveObjectReferences, dataContractSurrogate, null)
System.ServiceModel (1)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
108return new DataContractSerializer(type, name, ns, knownTypes, MaxItemsInObjectGraph, IgnoreExtensionDataObject, false /*preserveObjectReferences*/, DataContractSurrogate, DataContractResolver);