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