1 write to _maxItemsInObjectGraph
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
39_maxItemsInObjectGraph = maxItemsInObjectGraph;
3 references to _maxItemsInObjectGraph
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (3)
93if (count > _maxItemsInObjectGraph - _itemCount) 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.ExceededMaxItemsQuota, _maxItemsInObjectGraph))); 100get { return _maxItemsInObjectGraph - _itemCount; }