2 writes to maxItemsInObjectGraph
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (2)
21this.maxItemsInObjectGraph = maxItemsInObjectGraph; 33set { this.maxItemsInObjectGraph = value; }
4 references to maxItemsInObjectGraph
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (4)
32get { return this.maxItemsInObjectGraph; } 46ApplySerializationSettings(description, ignoreExtensionDataObject, maxItemsInObjectGraph); 59ApplySerializationSettings(serviceEndpoint, ignoreExtensionDataObject, maxItemsInObjectGraph); 64ApplySerializationSettings(serviceEndpoint, ignoreExtensionDataObject, maxItemsInObjectGraph);