5 references to MaxItemsInObjectGraph
System.Runtime.Serialization (5)
System\Runtime\Serialization\DataContractSerializer.cs (4)
361
if (
MaxItemsInObjectGraph
== 0)
362
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
449
if (
MaxItemsInObjectGraph
== 0)
450
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
59
serializer.
MaxItemsInObjectGraph
,