2 writes to maxItemsInObjectGraph
System.ServiceModel (2)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
62maxItemsInObjectGraph = value;
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (1)
95behavior.maxItemsInObjectGraph = maxItemsInObjectGraph;
1 reference to maxItemsInObjectGraph
System.ServiceModel (1)
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
59get { return maxItemsInObjectGraph; }