2 writes to _referencedCollectionTypes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
30
_referencedCollectionTypes
= referencedCollectionTypes != null ? new List<Type>(referencedCollectionTypes) : null;
40
_referencedCollectionTypes
= dataContractSet._referencedCollectionTypes;
3 references to _referencedCollectionTypes
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataContractSet.cs (3)
40
_referencedCollectionTypes = dataContractSet.
_referencedCollectionTypes
;
342
if (
_referencedCollectionTypes
!= null)
344
foreach (Type type in
_referencedCollectionTypes
)