3 references to GetCollectionStableName
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
1482
return
GetCollectionStableName
(type, itemType, previousCollectionTypes, out collectionContractAttribute);
1520
stableName =
GetCollectionStableName
(type, itemType, previousCollectionTypes, out collectionContractAttribute);
1574
return
GetCollectionStableName
(type, itemType, new HashSet<Type>(), out collectionContractAttribute);