8 references to CreateSerializer
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
36
return CreateAddressHeader(value, DataContractSerializerDefaults.
CreateSerializer
(type, int.MaxValue/*maxItems*/));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
115
return CreateMessage(version, action, body, DataContractSerializerDefaults.
CreateSerializer
(GetObjectType(body), int.MaxValue/*maxItems*/));
240
return this.GetBodyCore<T>(reader, DataContractSerializerDefaults.
CreateSerializer
(typeof(T), int.MaxValue/*maxItems*/));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
30
return CreateFault(code, reason, detail, DataContractSerializerDefaults.
CreateSerializer
(
163
return GetDetail<T>(DataContractSerializerDefaults.
CreateSerializer
(typeof(T), int.MaxValue/*maxItems*/));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
88
return DataContractSerializerDefaults.
CreateSerializer
(detailType, int.MaxValue /* maxItemsInObjectGraph */ );
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
457
return this.GetAppliesTo<T>(DataContractSerializerDefaults.
CreateSerializer
(typeof(T), DataContractSerializerDefaults.MaxItemsInObjectGraph));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
467
return this.GetAppliesTo<T>(DataContractSerializerDefaults.
CreateSerializer
(typeof(T), DataContractSerializerDefaults.MaxItemsInObjectGraph));