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)
75if (count > _maxItemsInObjectGraph - _itemCount) 76throw XmlObjectSerializer.CreateSerializationException(SR.Format(SR.ExceededMaxItemsQuota, _maxItemsInObjectGraph)); 82get { return _maxItemsInObjectGraph - _itemCount; }