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