3 references to Add
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
117
_xmlArrayItems.
Add
((XmlArrayItemAttribute)attrib);
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));