3 instantiations of XmlArrayAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2163XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
879member.XmlAttributes.XmlArray = new XmlArrayAttribute();
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
54[XmlArray("schemaImporterExtensions")]
8 references to XmlArrayAttribute
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
37private XmlArrayAttribute _xmlArray; 140else if (attrib is XmlArrayAttribute) 142_xmlArray = (XmlArrayAttribute)attrib; 240public XmlArrayAttribute XmlArray
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
888ExportMetadata(metadata, typeof(XmlArrayAttribute), name, ns, null, null, isNullable ? (object)true : null, form, 0, sequenceId);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1329XmlArrayAttribute xmlArray = CreateArrayAttribute(typeDesc); 2161private static XmlArrayAttribute CreateArrayAttribute(TypeDesc typeDesc) 2163XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();