1 write to preserveObjectReferences
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
32this.preserveObjectReferences = serializer.PreserveObjectReferences;
3 references to preserveObjectReferences
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (3)
191if (preserveObjectReferences && !this.IsGetOnlyCollection) 209if (preserveObjectReferences && !this.IsGetOnlyCollection) 286if (preserveObjectReferences && size > -1)