5 references to MaxItemsInObjectGraph
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (4)
307
if (
MaxItemsInObjectGraph
== 0)
308
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
396
if (
MaxItemsInObjectGraph
== 0)
397
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(string.Format(SRSerialization.ExceededMaxItemsQuota,
MaxItemsInObjectGraph
)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
54
serializer.
MaxItemsInObjectGraph
,