3 references to GetCollectionStableName
System.Runtime.Serialization (3)
System\Runtime\Serialization\DataContract.cs (3)
1487return GetCollectionStableName(type, itemType, previousCollectionTypes, out collectionContractAttribute); 1525stableName = GetCollectionStableName(type, itemType, previousCollectionTypes, out collectionContractAttribute); 1552return GetCollectionStableName(type, itemType, new Dictionary<Type, object>(), out collectionContractAttribute);