2 references to CreateSerializer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
22
return
CreateSerializer
(type, null, maxItems);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
61
_serializer = DataContractSerializerDefaults.
CreateSerializer
(_detail, _knownTypes, int.MaxValue /* maxItemsInObjectGraph */);