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