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