5 references to MaxItemsInObjectGraph
System.Runtime.Serialization (5)
System\Runtime\Serialization\NetDataContractSerializer.cs (4)
243
if (
MaxItemsInObjectGraph
== 0)
244
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
421
if (
MaxItemsInObjectGraph
== 0)
422
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
70
serializer.
MaxItemsInObjectGraph
,