1 write to _maxItemsInObjectGraph
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
37
_maxItemsInObjectGraph
= maxItemsInObjectGraph;
3 references to _maxItemsInObjectGraph
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (3)
75
if (count >
_maxItemsInObjectGraph
- _itemCount)
76
throw XmlObjectSerializer.CreateSerializationException(SR.Format(SR.ExceededMaxItemsQuota,
_maxItemsInObjectGraph
));
82
get { return
_maxItemsInObjectGraph
- _itemCount; }