52 references to
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
813XmlAttribute xmlAttribute = root.Attributes[i];
System.Data.Common (12)
System\Data\XDRSchema.cs (3)
467if (node.Attributes[i].NamespaceURI == Keywords.MSDNS) 469if (node.Attributes[i].LocalName == "Expression") 471column.Expression = node.Attributes[i].Value;
System\Data\XmlDataLoader.cs (1)
131if (!FExcludedNamespace(node.Attributes[i].NamespaceURI))
System\Data\XMLSchema.cs (6)
31if (attrs[i].NamespaceURI == Keywords.MSDNS) 33string name = attrs[i].LocalName; 34string value = attrs[i].Value; 398if (attrs[i].NamespaceURI == Keywords.MSPROPNS) 406string propName = XmlConvert.DecodeName(attrs[i].LocalName); 407props.Add(propName, attrs[i].Value);
System\Xml\DataSetMappper.cs (1)
256XmlAttribute attr = rowElem.Attributes[iAttr];
System\Xml\XPathNodePointer.cs (1)
1467attr = attrs[attrInd];
System.Private.Xml (34)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
186XmlAttribute attr = attrs[i]; 335attr = attributes[i]; 392attr = attributes[i]; 684attr = attributes[i];
System\Xml\Dom\DocumentXPathNavigator.cs (17)
273XmlAttribute attribute = attributes[i]; 297XmlAttribute attribute = attributes[i]; 325XmlAttribute attribute = attributes[i]; 352attribute = attributes[i]; 481_source = attributes[index]; 491XmlAttribute attribute = attributes[index]; 498attribute = attributes[index]; 513_source = attributes[index]; 530XmlAttribute attribute = attributes[i]; 590_source = attributes[index]; 601attribute = attributes[index]; 625attribute = attributes[index]; 644XmlAttribute attribute = attributes[i]; 1323XmlAttribute attribute = attributes[i]; 1819XmlAttribute attribute = attributes[j]; 1856if (attribute == attributes[i]) 1875&& attribute == attributes[index])
System\Xml\Dom\XmlDocument.cs (2)
1035if (fromElem.Attributes[iAttr].Specified) 1036toElem.Attributes!.SetNamedItem(ImportNodeInternal(fromElem.Attributes[iAttr], true));
System\Xml\Dom\XmlElement.cs (1)
517XmlAttribute attr = attrs[i];
System\Xml\Dom\XmlLoader.cs (1)
812XmlAttribute attr = attrs[i];
System\Xml\Dom\XmlNode.cs (3)
1101XmlAttribute attr = attrs[iAttr]; 1115XmlAttribute attr = attrs[iAttr]; 1184XmlAttribute attr = attrs[iAttr];
System\Xml\Dom\XmlNodeReader.cs (6)
532return ((XmlElement)_curNode).Attributes[attributeIndex].Value; 535return ((XmlElement)_elemNode!).Attributes[attributeIndex].Value; 695attr = ((XmlElement)_curNode).Attributes[attributeIndex]; 705attr = ((XmlElement)_elemNode!).Attributes[attributeIndex]; 951XmlAttribute a = attrs[i]; 1003XmlAttribute a = attrs[i];
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
96if (Utils.NodeInList(attribNodes[j], nodeList))
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
106if (Utils.NodeInList(attribNodes[j], nodeList))
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\WSTrust.cs (3)
234XmlAttribute attr = rstXml.Attributes[i]; 335XmlAttribute attr = rstrXml.Attributes[i]; 768XmlAttribute attr = elem.Attributes[i];