5 references to CreateSerializer
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (2)
48
return CreateAddressHeader(name, ns, value, DataContractSerializerDefaults.
CreateSerializer
(GetObjectType(value), name, ns, int.MaxValue/*maxItems*/));
106
return GetValue<T>(DataContractSerializerDefaults.
CreateSerializer
(typeof(T), this.Name, this.Namespace, int.MaxValue/*maxItems*/));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
428
_serializer = DataContractSerializerDefaults.
CreateSerializer
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
836
return GetHeader<T>(name, ns, DataContractSerializerDefaults.
CreateSerializer
(typeof(T), name, ns, int.MaxValue/*maxItems*/));
867
return GetHeader<T>(index, DataContractSerializerDefaults.
CreateSerializer
(typeof(T), headerInfo.Name, headerInfo.Namespace, int.MaxValue/*maxItems*/));