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