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)
93
if (count >
_maxItemsInObjectGraph
- _itemCount)
94
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.ExceededMaxItemsQuota,
_maxItemsInObjectGraph
)));
100
get { return
_maxItemsInObjectGraph
- _itemCount; }