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