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