1 write to maxItemsInObjectGraph
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContractSerializerSettings.cs (1)
38
set { this.
maxItemsInObjectGraph
= value; }
1 reference to maxItemsInObjectGraph
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContractSerializerSettings.cs (1)
37
get { return this.
maxItemsInObjectGraph
; }