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