3 references to GetCollectionXmlName
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataContract.cs (3)
1297return GetCollectionXmlName(type, itemType, previousCollectionTypes, out _); 1333xmlName = GetCollectionXmlName(type, itemType, previousCollectionTypes, out _); 1359return GetCollectionXmlName(type, itemType, new HashSet<Type>(), out collectionContractAttribute);