1 write to maxItemsInObjectGraph
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
46this.maxItemsInObjectGraph = maxItemsInObjectGraph;
3 references to maxItemsInObjectGraph
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (3)
128if (count > maxItemsInObjectGraph - itemCount) 129throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.ExceededMaxItemsQuota, maxItemsInObjectGraph))); 135get { return maxItemsInObjectGraph - itemCount; }