1 write to MaxItemsInObjectGraph
System.ServiceModel (1)
System\ServiceModel\Configuration\DataContractSerializerElement.cs (1)
43
this.
MaxItemsInObjectGraph
= source.MaxItemsInObjectGraph;
2 references to MaxItemsInObjectGraph
System.ServiceModel (2)
System\ServiceModel\Configuration\DataContractSerializerElement.cs (2)
43
this.MaxItemsInObjectGraph = source.
MaxItemsInObjectGraph
;
48
return new DataContractSerializerServiceBehavior(this.IgnoreExtensionDataObject, this.
MaxItemsInObjectGraph
);