4 references to XmlArrayItems
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1727if (CountAtLevel(a.XmlArrayItems, _arrayNestingLevel) == 0) 1728a.XmlArrayItems.Add(CreateArrayItemAttribute(arrayElementTypeDesc, _arrayNestingLevel)); 1732_savedArrayItemAttributes = a.XmlArrayItems; 2092XmlArrayItemAttributes items = a.XmlArrayItems;