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