2 writes to _referencedCollectionTypes
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (2)
31
_referencedCollectionTypes
= referencedCollectionTypes;
41
_referencedCollectionTypes
= dataContractSet._referencedCollectionTypes;
3 references to _referencedCollectionTypes
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (3)
41
_referencedCollectionTypes = dataContractSet.
_referencedCollectionTypes
;
375
if (
_referencedCollectionTypes
!= null)
377
foreach (Type type in
_referencedCollectionTypes
)