2 writes to referencedCollectionTypes
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
35
this.
referencedCollectionTypes
= referencedCollectionTypes;
45
this.
referencedCollectionTypes
= dataContractSet.referencedCollectionTypes;
3 references to referencedCollectionTypes
System.Runtime.Serialization (3)
System\Runtime\Serialization\DataContractSet.cs (3)
45
this.referencedCollectionTypes = dataContractSet.
referencedCollectionTypes
;
379
if (this.
referencedCollectionTypes
!= null)
381
foreach (Type type in this.
referencedCollectionTypes
)