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