2 references to ArrayType
System.Xml (2)
System\Xml\Serialization\SoapSchemaExporter.cs (1)
28static XmlQualifiedName ArrayTypeQName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Xml\Serialization\SoapSchemaImporter.cs (1)
430if (attribute != null && attribute.RefName.Name == Soap.ArrayType && attribute.RefName.Namespace == Soap.Encoding) {