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