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