2 references to CreateArrayItemAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1097
_savedArrayItemAttributes.Add(
CreateArrayItemAttribute
(_typeScope.GetTypeDesc(model.Element.Type), _arrayNestingLevel));
1728
a.XmlArrayItems.Add(
CreateArrayItemAttribute
(arrayElementTypeDesc, _arrayNestingLevel));