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