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