2 references to CreateSerializer
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
40
return
CreateSerializer
(type, null, rootName, rootNs, maxItems);
System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
67
this.serializer = DataContractSerializerDefaults.
CreateSerializer
(this.detail, this.knownTypes, this.elementName, this.ns == null ? string.Empty : this.ns, int.MaxValue /* maxItemsInObjectGraph */);