2 types derived from XmlAttribute
System.Configuration (1)
System\Configuration\ConfigXmlAttribute.cs (1)
14internal sealed class ConfigXmlAttribute : XmlAttribute, IConfigErrorInfo {
System.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
12internal class XmlUnspecifiedAttribute: XmlAttribute {
5 instantiations of XmlAttribute
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (2)
882return new XmlAttribute( AddAttrXmlName( prefix, localName, namespaceURI, null ), this ); 1525namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
System\Xml\Dom\XmlLoader.cs (1)
508attr = new XmlAttribute( r.Prefix, r.LocalName, r.NamespaceURI, this.doc );
System\Xml\Schema\XsdBuilder.cs (1)
740XmlAttribute attribute = new XmlAttribute(prefix, name, ns, this.schema.Document);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
221XmlAttribute attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);
1422 references to XmlAttribute
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
478XmlAttribute attrInclude = xmlProjectDoc.CreateAttribute(INCLUDE_ATTR_NAME);
PresentationFramework (11)
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (2)
211XmlAttribute attr = null; 233attr = current as XmlAttribute;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (9)
185XmlAttribute node; 225node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Height); 240node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Width); 255node = (XmlAttribute)sncAnnotation.FindData(XmlToken.IsExpanded); 270node = (XmlAttribute)sncAnnotation.FindData(XmlToken.ZOrder); 283node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Left); 303node = (XmlAttribute)sncAnnotation.FindData(XmlToken.Top); 314node = (XmlAttribute)sncAnnotation.FindData(XmlToken.XOffset); 323node = (XmlAttribute)sncAnnotation.FindData(XmlToken.YOffset);
System.Configuration (2)
System\Configuration\ErrorInfoXmlDocument.cs (1)
89public override XmlAttribute CreateAttribute( string prefix, string localName, string namespaceUri ) {
System\Configuration\RuntimeConfigurationRecord.cs (1)
202foreach (XmlAttribute attribute in attributes) {
System.Data (54)
fx\src\data\System\Data\DataSet.cs (4)
1598XmlAttribute attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI); 1965XmlAttribute attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI); 2414XmlAttribute attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI); 3681foreach (XmlAttribute a in e.UnhandledAttributes) {
fx\src\data\System\Data\DataTable.cs (2)
5219XmlAttribute attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI); 5437XmlAttribute attr = topNode.SetAttributeNode(reader.LocalName, reader.NamespaceURI);
fx\src\data\System\Data\XmlDataLoader.cs (6)
121XmlAttribute attr = node.Attributes[i]; 230if (node is XmlAttribute) 231ownerNode = ((XmlAttribute)node).OwnerElement; 415foreach( XmlAttribute attr in rowElement.Attributes ) { 512foreach( XmlAttribute attr in topMostNode.Attributes ) { 686foreach( XmlAttribute attr in topMostNode.Attributes ) {
fx\src\data\System\Data\XMLSchema.cs (8)
235internal static void SetProperties(Object instance, XmlAttribute[] attrs) { 282private static void SetExtProperties(Object instance, XmlAttribute[] attrs) { 313private void HandleColumnExpression(Object instance, XmlAttribute[] attrs) { 334XmlAttribute[] nodeAttributes = node.UnhandledAttributes; 1691internal void HandleSimpleTypeSimpleContentColumn(XmlSchemaSimpleType typeNode, string strType, DataTable table, bool isBase, XmlAttribute[] attrs, bool isNillable){ 1809internal void HandleSimpleContentColumn(String strType, DataTable table, bool isBase, XmlAttribute[] attrs, bool isNillable){ 2424XmlAttribute[] attribs = node.UnhandledAttributes; 2427XmlAttribute attrib = attribs[i];
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
407XmlNode nodeRegion = (node.NodeType == XmlNodeType.Attribute) ? ((XmlAttribute)node).OwnerElement : node.ParentNode;
fx\src\data\System\NewXml\DataPointer.cs (2)
254XmlNode n = ((XmlAttribute)node).OwnerElement; 507return !((XmlAttribute)node).Specified;
fx\src\data\System\NewXml\DataSetMappper.cs (3)
101foreach ( XmlAttribute a in elem.Attributes ) { 206node = ((XmlAttribute)node).OwnerElement; 229XmlAttribute attr = rowElem.Attributes[iAttr];
fx\src\data\System\NewXml\XmlDataDocument.cs (10)
54internal XmlAttribute attrXml = null; 651XmlAttribute attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.XSINS ); 906newNode.Attributes.Append( (XmlAttribute)CloneTreeInternal(dp) ); 1308XmlAttribute attr = rowElement.GetAttributeNode(XSI_NIL); 1320XmlAttribute attr = rowElement.GetAttributeNode(XSI_NIL); 1333foreach( XmlAttribute attr in rowElement.Attributes ) { 1377XmlAttribute attr = e.GetAttributeNode(XSI_NIL); 2282foreach( XmlAttribute attr in rowElement.Attributes ) { 2370XmlAttribute attr = node as XmlAttribute;
fx\src\data\System\NewXml\XPathNodePointer.cs (18)
383curNode = ((XmlAttribute)curNode).OwnerElement; 495foreach ( XmlAttribute attr in _node.Attributes ) { 606foreach ( XmlAttribute attr in attrs ) { 614XmlAttributeCollection attrs = ((XmlAttribute)_node).OwnerElement.Attributes; 616foreach ( XmlAttribute attr in attrs ) { 901n = ((XmlAttribute)_node).OwnerElement; 921return ((XmlAttribute)node).OwnerElement; 970XmlNode parent = ( ( curNode.NodeType == XmlNodeType.Attribute ) ? ( ((XmlAttribute)curNode).OwnerElement ) : ( curNode.ParentNode ) ); 1064curNode1 = ( ( curNode1.NodeType == XmlNodeType.Attribute ) ? ( ((XmlAttribute)curNode1).OwnerElement ) : ( curNode1.ParentNode ) ); 1072curNode2 = ( ( curNode2.NodeType == XmlNodeType.Attribute ) ? ( ((XmlAttribute)curNode2).OwnerElement ) : ( curNode2.ParentNode ) ); 1196XmlAttribute attr = null; 1239node = ((XmlAttribute)node).OwnerElement; 1271XmlAttribute attr = null; 1311private bool MoveToNextNamespace( XmlBoundElement be, DataColumn col, XmlAttribute curAttr ) { 1316XmlAttribute attr = null; 1438XmlAttribute attr = (XmlAttribute)(this._node); 1445if ( MoveToNextNamespace( (XmlBoundElement)node, null, (XmlAttribute)attr ) )
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
561typeof(System.Xml.XmlAttribute).Assembly.Location, // System.Xml.dll
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
103foreach (XmlAttribute a in propertyNode.Attributes) 108foreach (XmlAttribute a2 in propertyNode.Attributes)
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
475XmlAttribute nameAttribute = p.Attributes["Name"]; 476XmlAttribute valueAttribute = p.Attributes["Value"];
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
67foreach (XmlAttribute attribute in element.Attributes)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
119foreach (XmlAttribute attribute in customConfigElement.Attributes)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
119foreach (XmlAttribute attribute in customConfigElement.Attributes)
System.Runtime.Serialization (22)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
296IList<XmlAttribute> xmlAttributes; 305internal IList<XmlAttribute> XmlAttributes
System\Runtime\Serialization\ExtensionDataReader.cs (1)
623XmlAttribute xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.localName, a.ns);
System\Runtime\Serialization\SchemaExporter.cs (7)
229XmlAttribute emitDefaultValueAttribute = XmlDoc.CreateAttribute(Globals.EmitDefaultValueAttribute); 245XmlAttribute nameAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNameAttribute); 249XmlAttribute nsAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNamespaceAttribute); 302XmlAttribute nameAttribute = XmlDoc.CreateAttribute(Globals.GenericNameAttribute); 307XmlAttribute nsAttribute = XmlDoc.CreateAttribute(Globals.GenericNamespaceAttribute); 322XmlAttribute nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute); 332XmlAttribute typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (10)
906IList<XmlAttribute> xmlAttributes = null; 918xmlAttributes = new List<XmlAttribute>(); 919xmlAttributes.Add((XmlAttribute)Document.ReadNode(xmlReader.UnderlyingReader)); 953IList<XmlAttribute> xmlAttributes = null; 956xmlAttributes = new List<XmlAttribute>(); 1037internal XmlReaderDelegator CreateReaderOverChildNodes(IList<XmlAttribute> xmlAttributes, IList<XmlNode> xmlChildNodes) 1046internal static XmlNode CreateWrapperXmlElement(XmlDocument document, IList<XmlAttribute> xmlAttributes, IList<XmlNode> xmlChildNodes, string prefix, string localName, string ns) 1054wrapperElement.Attributes.Append((XmlAttribute)xmlAttributes[i]); 1064XmlAttribute AddNamespaceDeclaration(string prefix, string ns) 1066XmlAttribute attribute = (prefix == null || prefix.Length == 0) ?
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
704IList<XmlAttribute> xmlAttributes = dataNode.XmlAttributes; 707foreach (XmlAttribute attribute in xmlAttributes)
System.ServiceModel (69)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
53XmlAttribute protectionLevelAttribute = Document.CreateAttribute(ProtectionLevelName);
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
244XmlAttribute millisecondsAttribute = wsrmNode.Attributes[ReliableSessionPolicyStrings.Milliseconds];
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
379XmlAttribute attr = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix11, 388XmlAttribute attrLegacy = doc.CreateAttribute(TransactionPolicyStrings.OptionalPrefix10,
System\ServiceModel\Description\MetadataReference.cs (2)
22Collection<XmlAttribute> attributes = new Collection<XmlAttribute>();
System\ServiceModel\Description\MetadataSection.cs (3)
20Collection<XmlAttribute> attributes = new Collection<XmlAttribute>(); 45public Collection<XmlAttribute> Attributes
System\ServiceModel\Description\MetadataSet.cs (19)
20Collection<XmlAttribute> attributes = new Collection<XmlAttribute>(); 43public Collection<XmlAttribute> Attributes 285global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute> a = (global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute>)o.@Attributes; 290global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 337global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute> a = (global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute>)o.@Attributes; 342global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 472global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute> a_1 = (global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute>)o.@Attributes; 478System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute)Document.ReadNode(Reader); 533global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute> a_0 = (global::System.Collections.ObjectModel.Collection<global::System.Xml.XmlAttribute>)o.@Attributes; 549System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute)Document.ReadNode(Reader);
System\ServiceModel\Description\PolicyReader.cs (1)
236internal static bool IsPolicyURIs(XmlAttribute attribute)
System\ServiceModel\Description\SoapHelper.cs (4)
27static XmlAttribute CreateLocalAttribute(string name, string value) 29XmlAttribute attribute = Document.CreateAttribute(name); 394foreach (XmlAttribute attribute in src.Attributes) 644XmlAttribute attribute = element.GetAttributeNode("use");
System\ServiceModel\Description\WsdlExporter.cs (9)
577XmlAttribute attribute; 592wsdlOperationMessage.ExtensibleAttributes = new XmlAttribute[] { attribute }; 815XmlAttribute uriAttribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Attributes.URI); 828XmlAttribute idAttribute = XmlDoc.CreateAttribute(MetadataStrings.Wsu.Prefix, 1147static XmlAttribute[] CloneAndAddToAttributes(XmlAttribute[] originalAttributes, string prefix, string localName, string ns, string value) 1149XmlAttribute newAttribute = XmlDoc.CreateAttribute(prefix, localName, ns); 1156XmlAttribute[] attributes = new XmlAttribute[originalAttributeCount + 1];
System\ServiceModel\Description\WsdlImporter.cs (22)
1037XmlAttribute[] attributes = wsdlOperationMessage.ExtensibleAttributes; 1040foreach (XmlAttribute attribute in attributes) 1248XmlAttribute isInitiating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsInitiating, 1263XmlAttribute isTerminating = FindAttribute(wsdlOperation.ExtensibleAttributes, WsdlExporter.NetSessionHelper.IsTerminating, 1281XmlAttribute usingSession = FindAttribute(wsdlPortType.ExtensibleAttributes, WsdlExporter.NetSessionHelper.UsingSession, 1297static XmlAttribute FindAttribute(XmlAttribute[] attributes, string localName, string ns) 1301foreach (XmlAttribute attribute in attributes) 1382XmlAttribute[] attributes = item.ExtensibleAttributes; 1385foreach (XmlAttribute attribute in attributes) 1393Array.Resize<XmlAttribute>(ref attributes, i + 1); 1400attributes = new XmlAttribute[1]; 1407static XmlAttribute CreatePolicyURIsAttribute(string value) 1409XmlAttribute attribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Prefix, 1420XmlAttribute[] attributes = item.ExtensibleAttributes; 1423foreach (XmlAttribute attribute in attributes) 1442XmlAttribute idAttribute = XmlDoc.CreateAttribute(MetadataStrings.Wsu.Prefix, 1477XmlAttribute bindingName = xmlDocument.CreateAttribute(bindingAttrName); 1481XmlAttribute bindingNamespace = xmlDocument.CreateAttribute(bindingAttrNamespace); 2158XmlAttribute[] attributes = item.ExtensibleAttributes; 2161foreach (XmlAttribute attribute in attributes) 2175XmlAttribute[] attributes = item.ExtensibleAttributes;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
342XmlAttribute attr = doc.CreateAttribute("Uri");
System\ServiceModel\Security\WSTrust.cs (3)
254XmlAttribute attr = rstXml.Attributes[i]; 349XmlAttribute attr = rstrXml.Attributes[i]; 852XmlAttribute attr = elem.Attributes[i];
System\ServiceModel\Security\WSTrustDec2005.cs (1)
103XmlAttribute dialectAttribute = result.OwnerDocument.CreateAttribute(DXD.TrustDec2005Dictionary.Dialect.Value);
System.Web (4)
Configuration\HandlerBase.cs (1)
161XmlAttribute attr = node.Attributes[attrib];
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
141XmlAttribute attr = attrs[_name];
UI\WebControls\XmlHierarchyData.cs (1)
237XmlAttribute attr = attrs[_name];
XmlSiteMapProvider.cs (1)
798foreach (XmlAttribute attribute in xmlNode.Attributes) {
System.Web.DataVisualization (8)
Common\Utilities\XmlSerializer.cs (8)
1478 XmlAttribute attrib = xmlDocument.CreateAttribute("_Template_"); 1610XmlAttribute attrib = xmlDocument.CreateAttribute("XValue"); 1616XmlAttribute attrib = xmlDocument.CreateAttribute("YValues"); 1622XmlAttribute attrib = xmlDocument.CreateAttribute("IsEmpty"); 1635XmlAttribute attrib = xmlDocument.CreateAttribute(properyName); 1648XmlAttribute attrib = xmlDocument.CreateAttribute("CustomProperties"); 1744 XmlAttribute attrib = xmlDocument.CreateAttribute(elementName); 2006 foreach(XmlAttribute attr in xmlParentNode.Attributes)
System.Web.Extensions (28)
Compilation\WCFModel\SchemaMerger.cs (28)
53typeof(XmlAttribute[]), 59private readonly static XmlAttribute[] emptyXmlAttributeCollection = new XmlAttribute[0]; 259if (typeof(XmlAttribute[]) == propertyInfo.PropertyType) 270XmlAttribute differentAttribute1, differentAttribute2; 271if (!CompareXmlAttributeCollections((XmlAttribute[])originalValue, (XmlAttribute[])newValue, out differentAttribute1, out differentAttribute2)) 359if (originalValue is XmlAttribute) 361return CompareXmlAttributes((XmlAttribute)originalValue, (XmlAttribute)newValue); 428private static bool CompareXmlAttributes(XmlAttribute attribute1, XmlAttribute attribute2) 440private static bool CompareXmlAttributeCollections(System.Collections.ICollection attributeCollection1, System.Collections.ICollection attributeCollection2, out XmlAttribute differentAttribute1, out XmlAttribute differentAttribute2) 445XmlAttribute[] attributeArray1 = GetSortedAttributeArray(attributeCollection1); 446XmlAttribute[] attributeArray2 = GetSortedAttributeArray(attributeCollection2); 452differentAttribute1 = (XmlAttribute)differentItem1; 453differentAttribute2 = (XmlAttribute)differentItem2; 464private static XmlAttribute[] GetSortedAttributeArray(System.Collections.ICollection attributeCollection) 466XmlAttribute[] attributeArray = new XmlAttribute[attributeCollection.Count]; 468foreach (XmlAttribute attribute in attributeCollection) 492XmlAttribute differentAttribute1, differentAttribute2; 661if (value is XmlAttribute) 663return "@" + ((XmlAttribute)value).LocalName; 754private class AttributeComparer : System.Collections.Generic.IComparer<XmlAttribute> 757public int Compare(System.Xml.XmlAttribute x, System.Xml.XmlAttribute y)
System.Web.Services (920)
System\Web\Services\Description\ServiceDescription.cs (3)
568XmlAttribute[] anyAttribute; 614public System.Xml.XmlAttribute[] ExtensibleAttributes { 1558XmlAttribute requiredAttr = element.Attributes["required", ServiceDescription.Namespace];
System\Web\Services\Description\ServiceDescriptionSerializer.cs (915)
31global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 34global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 120global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 123global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 175global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 178global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 309global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 312global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 385global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 388global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 462global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 465global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 604global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 607global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1080global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1083global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1377global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1380global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1432global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1435global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1511global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1514global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1559global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1562global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1607global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1610global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1655global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1658global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1710global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1713global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1759global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 1762global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1829global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 1832global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 1921global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 1924global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2066global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2069global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2113global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2116global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2175global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2178global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2222global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2225global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2314global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2317global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2354global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2357global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2387global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2390global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2427global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2430global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2468global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2471global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2518global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2521global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2550global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2553global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2633global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2636global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2667global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2670global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2701global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2704global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2735global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2738global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2769global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2772global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2803global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2806global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2837global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2840global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2871global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2874global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2905global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2908global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2939global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2942global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 2973global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 2976global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3007global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3010global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3041global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3044global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3120global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3123global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3217global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3220global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3251global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3254global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3314global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3317global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3345global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3348global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3378global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3381global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3418global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3421global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3480global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3483global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3524global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3527global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3596global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3599global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3668global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3671global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3711global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3714global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3816global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3819global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3869global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3872global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3902global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3905global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3956global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3959global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 3987global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 3990global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 4019global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@UnhandledAttributes; 4022global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 4076global::System.Xml.XmlAttribute[] a = (global::System.Xml.XmlAttribute[])o.@ExtensibleAttributes; 4079global::System.Xml.XmlAttribute ai = (global::System.Xml.XmlAttribute)a[i]; 4144global::System.Xml.XmlAttribute[] a_1 = null; 4167System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4169a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4172o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4176o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4218o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4236global::System.Xml.XmlAttribute[] a_1 = null; 4251System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4253a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4256o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4260o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4286o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4304global::System.Xml.XmlAttribute[] a_1 = null; 4322System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4324a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4327o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4331o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4363o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4531global::System.Xml.XmlAttribute[] a_1 = null; 4550System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4552a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4555o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4559o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4594o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4612global::System.Xml.XmlAttribute[] a_1 = null; 4627System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4629a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4632o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4636o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4679o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4697global::System.Xml.XmlAttribute[] a_1 = null; 4711System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4713a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4716o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4720o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4749o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4907global::System.Xml.XmlAttribute[] a_1 = null; 4921System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 4923a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 4926o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4930o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 4977o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 5743global::System.Xml.XmlAttribute[] a_1 = null; 5757System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 5759a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 5762o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 5766o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 5819o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6265global::System.Xml.XmlAttribute[] a_1 = null; 6280System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6282a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6285o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6289o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6315o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6333global::System.Xml.XmlAttribute[] a_1 = null; 6353System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6355a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6358o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6362o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6394o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6412global::System.Xml.XmlAttribute[] a_1 = null; 6430System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6432a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6435o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6439o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6462o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6480global::System.Xml.XmlAttribute[] a_1 = null; 6498System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6500a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6503o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6507o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6530o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6548global::System.Xml.XmlAttribute[] a_1 = null; 6566System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6568a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6571o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6575o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6598o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6616global::System.Xml.XmlAttribute[] a_1 = null; 6631System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6633a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6636o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6640o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6666o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6684global::System.Xml.XmlAttribute[] a_1 = null; 6706System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6708a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6711o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6715o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6738o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6756global::System.Xml.XmlAttribute[] a_1 = null; 6767System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6769a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 6772o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6776o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6802o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 6823global::System.Xml.XmlAttribute[] a_10 = null; 6860System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6862a_10 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_10, ca_10, typeof(global::System.Xml.XmlAttribute)); a_10[ca_10++] = attr; 6865o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.XmlAttribute), true); 6869o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.XmlAttribute), true); 6921o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_10, ca_10, typeof(global::System.Xml.XmlAttribute), true); 6940global::System.Xml.XmlAttribute[] a_3 = null; 6958System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 6960a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 6963o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 6967o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7000o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7019global::System.Xml.XmlAttribute[] a_3 = null; 7040System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7042a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7045o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7049o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7072o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7092global::System.Xml.XmlAttribute[] a_3 = null; 7105System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7107a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7110o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7114o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7139o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7293global::System.Xml.XmlAttribute[] a_3 = null; 7310System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7312a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7315o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7319o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7342o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7361global::System.Xml.XmlAttribute[] a_3 = null; 7402System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7404a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7407o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7411o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7438o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7457global::System.Xml.XmlAttribute[] a_3 = null; 7478System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7480a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7483o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7487o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7522o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7541global::System.Xml.XmlAttribute[] a_3 = null; 7564System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7566a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7569o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7574o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7601o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7621global::System.Xml.XmlAttribute[] a_3 = null; 7639System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7641a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7644o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7648o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7711o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7730global::System.Xml.XmlAttribute[] a_3 = null; 7751System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7753a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7756o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7760o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7783o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7802global::System.Xml.XmlAttribute[] a_3 = null; 7823System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7825a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7828o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7832o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7855o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7874global::System.Xml.XmlAttribute[] a_3 = null; 7895System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7897a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7900o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7904o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7927o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7946global::System.Xml.XmlAttribute[] a_3 = null; 7967System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 7969a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 7972o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7976o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 7999o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8018global::System.Xml.XmlAttribute[] a_3 = null; 8039System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8041a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8044o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8048o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8071o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8090global::System.Xml.XmlAttribute[] a_3 = null; 8111System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8113a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8116o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8120o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8143o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8162global::System.Xml.XmlAttribute[] a_3 = null; 8183System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8185a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8188o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8192o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8215o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8234global::System.Xml.XmlAttribute[] a_3 = null; 8255System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8257a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8260o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8264o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8287o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8306global::System.Xml.XmlAttribute[] a_3 = null; 8327System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8329a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8332o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8336o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8359o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8378global::System.Xml.XmlAttribute[] a_3 = null; 8399System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8401a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8404o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8408o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8431o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8450global::System.Xml.XmlAttribute[] a_3 = null; 8471System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8473a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8476o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8480o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8503o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8522global::System.Xml.XmlAttribute[] a_3 = null; 8543System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8545a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8548o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8552o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8575o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8594global::System.Xml.XmlAttribute[] a_3 = null; 8611System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8613a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8616o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8620o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8647o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8706global::System.Xml.XmlAttribute[] a_3 = null; 8772System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8774a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8777o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8781o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8821o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8840global::System.Xml.XmlAttribute[] a_3 = null; 8862System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8864a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8867o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8871o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8901o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8920global::System.Xml.XmlAttribute[] a_3 = null; 8937System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 8939a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 8942o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8946o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8969o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 8988global::System.Xml.XmlAttribute[] a_3 = null; 9006System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9008a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9011o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9015o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9045o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9064global::System.Xml.XmlAttribute[] a_3 = null; 9082System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9084a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9087o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9091o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9121o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9140global::System.Xml.XmlAttribute[] a_3 = null; 9174System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9176a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9179o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9183o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9240o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9259global::System.Xml.XmlAttribute[] a_3 = null; 9281System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9283a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9286o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9290o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9316o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9335global::System.Xml.XmlAttribute[] a_3 = null; 9357System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9359a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9362o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9366o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9404o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9423global::System.Xml.XmlAttribute[] a_3 = null; 9448System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9450a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9453o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9457o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9480o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9499global::System.Xml.XmlAttribute[] a_3 = null; 9521System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9523a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9526o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9530o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9568o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9587global::System.Xml.XmlAttribute[] a_3 = null; 9616System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9618a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9621o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9625o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9648o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9667global::System.Xml.XmlAttribute[] a_3 = null; 9680System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9682a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9685o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9689o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9720o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9739global::System.Xml.XmlAttribute[] a_3 = null; 9757System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9759a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9762o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9766o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9799o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9818global::System.Xml.XmlAttribute[] a_3 = null; 9837System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9839a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9842o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9846o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9919o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9938global::System.Xml.XmlAttribute[] a_3 = null; 9955System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 9957a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 9960o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9964o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 9995o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10014global::System.Xml.XmlAttribute[] a_3 = null; 10032System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10034a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10037o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10041o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10090o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10109global::System.Xml.XmlAttribute[] a_3 = null; 10127System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10129a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10132o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10136o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10185o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10204global::System.Xml.XmlAttribute[] a_3 = null; 10221System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10223a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10226o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10230o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10265o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10284global::System.Xml.XmlAttribute[] a_3 = null; 10309System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10311a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10314o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10318o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10341o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10360global::System.Xml.XmlAttribute[] a_3 = null; 10378System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10380a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10383o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10387o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10421o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10440global::System.Xml.XmlAttribute[] a_3 = null; 10461System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10463a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10466o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10470o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10493o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10512global::System.Xml.XmlAttribute[] a_3 = null; 10529System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10531a_3 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.XmlAttribute)); a_3[ca_3++] = attr; 10534o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10538o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10561o.@UnhandledAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.XmlAttribute), true); 10579global::System.Xml.XmlAttribute[] a_1 = null; 10597System.Xml.XmlAttribute attr = (System.Xml.XmlAttribute) Document.ReadNode(Reader); 10599a_1 = (global::System.Xml.XmlAttribute[])EnsureArrayIndex(a_1, ca_1, typeof(global::System.Xml.XmlAttribute)); a_1[ca_1++] = attr; 10602o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 10606o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true); 10629o.@ExtensibleAttributes = (global::System.Xml.XmlAttribute[])ShrinkArray(a_1, ca_1, typeof(global::System.Xml.XmlAttribute), true);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
847XmlAttribute xmlnsAttr = doc.CreateAttribute("xmlns", prefix, "http://www.w3.org/2000/xmlns/"); 849XmlAttribute qnameAttr = doc.CreateAttribute(Soap12.Attribute.UpgradeEnvelopeQname);
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
578foreach (XmlAttribute asmIdAttr in asmIdAttrs) { 950foreach (XmlAttribute attribute in principal.Attributes) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
1182foreach (XmlAttribute asmIdAttr in asmIdAttrs) 1685foreach (XmlAttribute attribute in principal.Attributes)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
138XmlAttribute attr = node.Attributes[attribute];
System.Windows.Forms.DataVisualization (8)
Common\Utilities\XmlSerializer.cs (8)
1478 XmlAttribute attrib = xmlDocument.CreateAttribute("_Template_"); 1610XmlAttribute attrib = xmlDocument.CreateAttribute("XValue"); 1616XmlAttribute attrib = xmlDocument.CreateAttribute("YValues"); 1622XmlAttribute attrib = xmlDocument.CreateAttribute("IsEmpty"); 1635XmlAttribute attrib = xmlDocument.CreateAttribute(properyName); 1648XmlAttribute attrib = xmlDocument.CreateAttribute("CustomProperties"); 1744 XmlAttribute attrib = xmlDocument.CreateAttribute(elementName); 2006 foreach(XmlAttribute attr in xmlParentNode.Attributes)
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Configuration.cs (2)
33XmlAttribute versionAttribute = targetFx.Attributes.GetNamedItem(TargetFxVersionAttribute) as XmlAttribute;
System.Xml (271)
System\Xml\Dom\DocumentSchemaValidator.cs (9)
137partialValidationType = FindSchemaInfo(nodeToValidate as XmlAttribute); 171XmlAttribute attr = attrs[i]; 191node = ((XmlAttribute)node).OwnerElement; 265XmlAttribute attr = currentNode as XmlAttribute; 305XmlAttribute attr = null; 355XmlAttribute attr = null; 501private XmlSchemaAttribute FindSchemaInfo(XmlAttribute attributeToValidate) { 607XmlAttribute attr = null;
System\Xml\Dom\DocumentXmlWriter.cs (12)
183XmlAttribute attr = document.CreateAttribute(prefix, localName, ns); 190XmlAttribute attr = write as XmlAttribute; 215XmlAttribute attr; 228XmlAttribute attr = write as XmlAttribute; 362XmlAttribute attr = fragment[i] as XmlAttribute; 366&& ((XmlAttribute)attrs.nodes[offset]).Specified) { 371XmlAttribute attr = fragment[i] as XmlAttribute; 415void AddAttribute(XmlAttribute attr, XmlNode parent) {
System\Xml\Dom\DocumentXPathNavigator.cs (43)
49if (((XmlAttribute)node).IsNamespace) { 101XmlAttribute attribute = source as XmlAttribute; 117if (((XmlAttribute)source).IsNamespace) { 133XmlAttribute attribute = source as XmlAttribute; 229XmlAttribute attribute = attributes[i]; 249XmlAttribute attribute = attributes[i]; 272XmlAttribute attribute = attributes[i]; 284XmlAttribute attribute = source as XmlAttribute; 309XmlAttribute attribute = node as XmlAttribute; 332XmlAttribute attribute = element.GetAttributeNode(localName, namespaceUri); 367XmlAttribute attribute = element.GetAttributeNode(localName, namespaceUri); 411XmlAttribute attribute = attributes[index]; 444XmlAttribute attribute = attributes[i]; 473XmlAttribute attribute = source as XmlAttribute; 539XmlAttribute attribute = attributes[i]; 571XmlAttribute attribute = bottom.GetAttributeNode(localName, namespaceUri); 700XmlAttribute attribute = source as XmlAttribute; 716XmlAttribute attribute = source as XmlAttribute; 816following = ((XmlAttribute)following).OwnerElement; 881following = ((XmlAttribute)following).OwnerElement; 1058XmlAttribute attribute = node as XmlAttribute; 1085XmlElement element = ((XmlAttribute)node1).OwnerElement; 1089XmlAttribute attribute = attributes[i]; 1393XmlAttribute attribute = (XmlAttribute)node; 1443XmlAttribute attribute = (XmlAttribute)node; 1476private static void DeleteAttribute(XmlAttribute attribute, int index) { 1523XmlAttribute attribute = attributes[j]; 1537XmlAttribute attribute = node as XmlAttribute; 1549private static bool ResetAttributePosition(XmlAttribute attribute, XmlAttributeCollection attributes, out int index) { 1562private static bool CheckAttributePosition(XmlAttribute attribute, out XmlAttributeCollection attributes, int index) { 1729XmlAttribute attribute = bottom as XmlAttribute;
System\Xml\Dom\XmlAttribute.cs (1)
51XmlAttribute attr = doc.CreateAttribute( Prefix, LocalName, NamespaceURI );
System\Xml\Dom\XmlAttributeCollection.cs (50)
21public XmlAttribute this[ int i ] { 24return (XmlAttribute)nodes[i]; 33public XmlAttribute this[ string name ] 39XmlAttribute node = (XmlAttribute) nodes[i]; 54public XmlAttribute this[ string localName, string namespaceURI ] 60XmlAttribute node = (XmlAttribute) nodes[i]; 74internal int FindNodeOffset( XmlAttribute node ) { 76XmlAttribute tmp = (XmlAttribute) nodes[i]; 88internal int FindNodeOffsetNS(XmlAttribute node) { 90XmlAttribute tmp = (XmlAttribute) nodes[i]; 102if (node != null && !(node is XmlAttribute)) 107return InternalAppendAttribute( (XmlAttribute) node ); 117public XmlAttribute Prepend( XmlAttribute node ) { 131public XmlAttribute Append(XmlAttribute node) { 150public XmlAttribute InsertBefore( XmlAttribute newNode, XmlAttribute refNode ) { 178public XmlAttribute InsertAfter( XmlAttribute newNode, XmlAttribute refNode ) { 206public XmlAttribute Remove( XmlAttribute node ) { 218public XmlAttribute RemoveAt( int i ) { 222return(XmlAttribute) RemoveNodeAt( i ); 251public void CopyTo(XmlAttribute[] array, int index) { 253array[index] = (XmlAttribute)(((XmlNode)nodes[i]).CloneNode(true)); 258RemoveDuplicateAttribute( (XmlAttribute)node ); 260Debug.Assert( retNode is XmlAttribute ); 261InsertParentIntoElementIdAttrMap( (XmlAttribute) node ); 267InsertParentIntoElementIdAttrMap( (XmlAttribute)node ); 274Debug.Assert(retNode is XmlAttribute); 275RemoveParentFromElementIdAttrMap( (XmlAttribute) retNode ); 277XmlAttribute defattr = parent.OwnerDocument.GetDefaultAttribute( (XmlElement)parent, retNode.Prefix, retNode.LocalName, retNode.NamespaceURI ); 283internal void Detach( XmlAttribute attr ) { 288internal void InsertParentIntoElementIdAttrMap(XmlAttribute attr) 303internal void RemoveParentFromElementIdAttrMap(XmlAttribute attr) 320internal int RemoveDuplicateAttribute( XmlAttribute attr ) { 323XmlAttribute at = (XmlAttribute)nodes[ind]; 358internal XmlAttribute InternalAppendAttribute( XmlAttribute node ) { 363Debug.Assert( retNode is XmlAttribute ); 364InsertParentIntoElementIdAttrMap( (XmlAttribute) node ); 365return (XmlAttribute)retNode;
System\Xml\Dom\XmlDocument.cs (12)
77private XmlAttribute namespaceXml; 487public XmlAttribute CreateAttribute( String name ) { 557XmlAttribute defattr = PrepareDefaultAttribute( attdef, attrPrefix, attrLocalname, attrNamespaceURI ); 579private XmlAttribute PrepareDefaultAttribute( SchemaAttDef attdef, string attrPrefix, string attrLocalname, string attrNamespaceURI ) { 581XmlAttribute defattr = CreateDefaultAttribute( attrPrefix, attrLocalname, attrNamespaceURI ); 742public XmlAttribute CreateAttribute( String qualifiedName, String namespaceURI ) { 802Debug.Assert( ((XmlAttribute)node).Specified ); 881public virtual XmlAttribute CreateAttribute( string prefix, string localName, string namespaceURI ) { 885protected internal virtual XmlAttribute CreateDefaultAttribute( string prefix, string localName, string namespaceURI ) { 1397internal XmlAttribute GetDefaultAttribute( XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI ) { 1410XmlAttribute defattr = PrepareDefaultAttribute( attdef, attrPrefix, attrLocalname, attrNamespaceURI ); 1522internal XmlAttribute NamespaceXml {
System\Xml\Dom\XmlElement.cs (21)
58foreach( XmlAttribute attr in Attributes ) { 59XmlAttribute newAttr = (XmlAttribute)(attr.CloneNode(true)); 227XmlAttribute attr = GetAttributeNode(name); 236XmlAttribute attr = GetAttributeNode(name); 254public virtual XmlAttribute GetAttributeNode(string name) { 261public virtual XmlAttribute SetAttributeNode(XmlAttribute newAttr) { 264return(XmlAttribute) Attributes.SetNamedItem(newAttr); 268public virtual XmlAttribute RemoveAttributeNode(XmlAttribute oldAttr) { 270return(XmlAttribute) Attributes.Remove(oldAttr); 286XmlAttribute attr = GetAttributeNode( localName, namespaceURI ); 295XmlAttribute attr = GetAttributeNode( localName, namespaceURI ); 315public virtual XmlAttribute GetAttributeNode(string localName, string namespaceURI) { 323public virtual XmlAttribute SetAttributeNode(string localName, string namespaceURI) { 324XmlAttribute attr = GetAttributeNode( localName, namespaceURI ); 333public virtual XmlAttribute RemoveAttributeNode(string localName, string namespaceURI) { 336XmlAttribute attr = GetAttributeNode( localName, namespaceURI ); 432XmlAttribute attr = attrs[i]; 533XmlAttribute attr = GetAttributeNode( localName, ns );
System\Xml\Dom\XmlLoader.cs (11)
104XmlAttribute attr = LoadAttributeNode(); 222private XmlAttribute LoadAttributeNode() { 230XmlAttribute attr = doc.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI); 263private XmlAttribute LoadDefaultAttribute() { 267XmlAttribute attr = doc.CreateDefaultAttribute( r.Prefix, r.LocalName, r.NamespaceURI ); 417XmlAttribute attr = LoadAttributeNodeDirect(); 498private XmlAttribute LoadAttributeNodeDirect() { 500XmlAttribute attr; 615foreach( XmlAttribute attr in ((XmlElement)node).Attributes ) { 696internal void LoadInnerXmlAttribute(XmlAttribute node, string innerxmltext ) { 708XmlAttribute attr = attrs[i];
System\Xml\Dom\XmlNamedNodemap.cs (2)
123oldParent = ((XmlAttribute)node).OwnerElement; 181oldParent = ((XmlAttribute)node).OwnerElement;
System\Xml\Dom\XmlNode.cs (6)
739n = ((XmlAttribute)n).OwnerElement; 930XmlAttribute attr = attrs[iAttr]; 940XmlAttribute attr = attrs[iAttr]; 958node = ((XmlAttribute)node).OwnerElement; 994XmlAttribute attr = attrs[iAttr]; 1019node = ((XmlAttribute)node).OwnerElement;
System\Xml\Dom\XmlNodeReader.cs (12)
273return !((XmlAttribute)curNode).Specified; 419XmlAttribute attr = elem.GetAttributeNode( name ); 442XmlAttribute attr = elem.GetAttributeNode( name, ns ); 545curNode = ((XmlAttribute)curNode).OwnerElement; 558XmlAttribute attr = null; 600XmlAttribute attr = null; 758XmlAttribute attr = elem.GetAttributeNode( attrName ); 765node = ((XmlAttribute)node).OwnerElement; 812XmlAttribute a = attrs[i]; 830node = ((XmlAttribute)node).OwnerElement; 851XmlAttribute a = attrs[i]; 870node = ((XmlAttribute)node).OwnerElement;
System\Xml\Schema\Parser.cs (8)
313XmlAttribute attr = LoadAttributeNode(); 320XmlAttribute attr = CreateXmlNsAttribute(r.Prefix, namespaceManager.LookupNamespace(r.Prefix)); 326XmlAttribute attr = CreateXmlNsAttribute(r.Prefix, elemNS); 335XmlAttribute attr = CreateXmlNsAttribute(r.Prefix, namespaceManager.LookupNamespace(r.Prefix)); 350private XmlAttribute CreateXmlNsAttribute(string prefix, string value) { 351XmlAttribute attr; 363private XmlAttribute LoadAttributeNode() { 368XmlAttribute attr = dummyDocument.CreateAttribute(r.Prefix, r.LocalName, r.NamespaceURI);
System\Xml\Schema\XmlSchema.cs (3)
51XmlAttribute[] moreAttributes; 447public XmlAttribute[] UnhandledAttributes { 594internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotated.cs (3)
20XmlAttribute[] moreAttributes; 47public XmlAttribute[] UnhandledAttributes { 58internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotation.cs (3)
20XmlAttribute[] moreAttributes; 47public XmlAttribute[] UnhandledAttributes { 58internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaExternal.cs (3)
20XmlAttribute[] moreAttributes; 46public XmlAttribute[] UnhandledAttributes { 63internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaObject.cs (1)
90internal virtual void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {}
System\Xml\Schema\XsdBuilder.cs (3)
740XmlAttribute attribute = new XmlAttribute(prefix, name, ns, this.schema.Document); 769this.xso.SetUnhandledAttributes((XmlAttribute[])this.unhandledAttributes.ToArray(typeof(System.Xml.XmlAttribute)));
System\Xml\Serialization\_Events.cs (3)
27XmlAttribute attr; 33internal XmlAttributeEventArgs(XmlAttribute attr, int lineNumber, int linePosition, object o, string qnames) { 54public XmlAttribute Attr {
System\Xml\Serialization\ImportContext.cs (3)
434XmlAttribute[] attrs = (XmlAttribute[])((XmlSchemaAnnotated)item).UnhandledAttributes; 438XmlAttribute attribute = attrs[i];
System\Xml\Serialization\SchemaObjectWriter.cs (36)
21XmlAttribute a1 = (XmlAttribute)o1; 22XmlAttribute a2 = (XmlAttribute)o2; 172void WriteAttribute(XmlAttribute a) { 178void WriteAttributes(XmlAttribute[] a, XmlSchemaObject o) { 186XmlAttribute attribute = (XmlAttribute)attrs[i]; 252WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 409WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 463WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 488WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 516WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 529WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 597WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 619WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 635WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 648WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 678WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 708WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 724WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 738WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 756WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 772WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 801WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 845WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 863WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 898WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 910WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 932WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 952WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 968WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 980WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 1017WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 1027WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o); 1057WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o);
System\Xml\Serialization\SoapSchemaExporter.cs (2)
221XmlAttribute attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document); 224attr.UnhandledAttributes = new XmlAttribute[] {attribute};
System\Xml\Serialization\SoapSchemaImporter.cs (1)
435foreach (XmlAttribute a in attribute.UnhandledAttributes) {
System\Xml\Serialization\Types.cs (2)
772if (type == typeof(XmlAttribute)) { 784else if (type.IsAssignableFrom(typeof(XmlAttribute)))
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1391mapping.TypeDesc = Scope.GetTypeDesc(typeof(XmlAttribute));
System\Xml\Serialization\XmlSchemas.cs (1)
354foreach (XmlAttribute a in e.UnhandledAttributes) {
System\Xml\Serialization\XmlSerializationReader.cs (12)
777protected void ParseWsdlArrayType(XmlAttribute attr) { 1136protected void UnknownAttribute(object o, XmlAttribute attr) { 1141protected void UnknownAttribute(object o, XmlAttribute attr, string qnames) { 1203UnknownAttribute(o, (XmlAttribute)unknownNode, qnames); 1782XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 1805XmlAttribute xmlAttribute = (XmlAttribute)Document.ReadNode(r); 1816XmlAttribute xsiTypeAttribute = Document.CreateAttribute(typeID, instanceNsID); 3504Writer.Write(typeof(XmlAttribute).FullName); 3507Writer.Write(typeof(XmlAttribute).FullName); 3552Writer.Write(typeof(XmlAttribute).FullName); 3557Writer.Write(typeof(XmlAttribute).FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2017LocalBuilder localAttr = ilg.DeclareOrGetLocal(typeof(XmlAttribute), "attr"); 2107if (attrLoc.LocalType == typeof(XmlAttribute)) { 2112ilg.IsInst(typeof(XmlAttribute)); 2116ilg.ConvertValue(attrLoc.LocalType, typeof(XmlAttribute));
System\Xml\Serialization\XmlSerializationWriter.cs (3)
681if (typeof(XmlAttribute).IsAssignableFrom(node.GetType())) 813XmlAttribute attr = node as XmlAttribute;
WindowsBase (9)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (7)
662XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName)); 676XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 689XmlAttribute idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceIdAttrName)); 698XmlAttribute typeAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceTypeAttrName)); 759XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName)); 774XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 800XmlAttribute digestAlgorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
122XmlAttribute idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SignaturePropertyIdAttrName)); 125XmlAttribute targetAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.TargetAttrName));