1 write to maxItemsInObjectGraph
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
154set { maxItemsInObjectGraph = value; }
2 references to maxItemsInObjectGraph
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
153get { return maxItemsInObjectGraph; } 200DataContractSerializerServiceBehavior.ApplySerializationSettings(serviceEndpoint, this.ignoreExtensionDataObject, this.maxItemsInObjectGraph);