1 write to maxItemsInObjectGraph
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
68
this.
maxItemsInObjectGraph
= dcsob.MaxItemsInObjectGraph;
2 references to maxItemsInObjectGraph
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (2)
220
return new DataContractJsonSerializer(type, this.knownTypes, this.
maxItemsInObjectGraph
, this.ignoreExtensionData, this.surrogate, false);
224
return new DataContractSerializer(type, this.knownTypes, this.
maxItemsInObjectGraph
, this.ignoreExtensionData, false, this.surrogate);