3 instantiations of XmlArrayAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2163
XmlArrayAttribute xmlArrayItem = new
XmlArrayAttribute
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
879
member.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)
37
private
XmlArrayAttribute
_xmlArray;
140
else if (attrib is
XmlArrayAttribute
)
142
_xmlArray = (
XmlArrayAttribute
)attrib;
240
public
XmlArrayAttribute
XmlArray
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
888
ExportMetadata(metadata, typeof(
XmlArrayAttribute
), name, ns, null, null, isNullable ? (object)true : null, form, 0, sequenceId);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1329
XmlArrayAttribute
xmlArray = CreateArrayAttribute(typeDesc);
2161
private static
XmlArrayAttribute
CreateArrayAttribute(TypeDesc typeDesc)
2163
XmlArrayAttribute
xmlArrayItem = new XmlArrayAttribute();