1 write to complexTypeCollection
System.Data.Services (1)
System\Data\Services\Serializers\Serializer.cs (1)
328
this.
complexTypeCollection
= new HashSet<object>(ReferenceEqualityComparer<object>.Instance);
5 references to complexTypeCollection
System.Data.Services (5)
System\Data\Services\Serializers\Serializer.cs (5)
326
if (this.
complexTypeCollection
== null)
331
return this.
complexTypeCollection
.Add(complexTypeInstance);
612
Debug.Assert(this.
complexTypeCollection
!= null, "this.complexTypeCollection != null");
613
Debug.Assert(this.
complexTypeCollection
.Contains(complexTypeInstance), "this.complexTypeCollection.Contains(complexTypeInstance)");
615
this.
complexTypeCollection
.Remove(complexTypeInstance);