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