52 references to
System.Data (13)
fx\src\data\System\Data\XDRSchema.cs (3)
428if (node.Attributes[i].NamespaceURI == Keywords.MSDNS) { 429if (node.Attributes[i].LocalName == "Expression"){ 430column.Expression = node.Attributes[i].Value;
fx\src\data\System\Data\XmlDataLoader.cs (2)
121XmlAttribute attr = node.Attributes[i]; 122if (!FExcludedNamespace(node.Attributes[i].NamespaceURI))
fx\src\data\System\Data\XMLSchema.cs (6)
42if (attrs[i].NamespaceURI == Keywords.MSDNS) { 43string name = attrs[i].LocalName; 44string value = attrs[i].Value; 345if (attrs[i].NamespaceURI == Keywords.MSPROPNS) { 351string propName = XmlConvert.DecodeName(attrs[i].LocalName); 352props.Add(propName, attrs[i].Value);
fx\src\data\System\NewXml\DataSetMappper.cs (1)
229XmlAttribute attr = rowElem.Attributes[iAttr];
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
1328attr = attrs[attrInd];
System.ServiceModel (3)
System\ServiceModel\Security\WSTrust.cs (3)
254XmlAttribute attr = rstXml.Attributes[i]; 349XmlAttribute attr = rstrXml.Attributes[i]; 852XmlAttribute attr = elem.Attributes[i];
System.Web (2)
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
85list.Add(new XmlDataSourcePropertyDescriptor(attrs[i].Name));
UI\WebControls\XmlHierarchyData.cs (1)
178list.Add(new XmlHierarchyDataPropertyDescriptor(attrs[i].Name));
System.Xml (34)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
171XmlAttribute attr = attrs[i]; 312attr = attributes[i]; 358attr = attributes[i]; 614attr = attributes[i];
System\Xml\Dom\DocumentXPathNavigator.cs (17)
229XmlAttribute attribute = attributes[i]; 249XmlAttribute attribute = attributes[i]; 272XmlAttribute attribute = attributes[i]; 295attribute = attributes[i]; 402source = attributes[index]; 411XmlAttribute attribute = attributes[index]; 416attribute = attributes[index]; 429source = attributes[index]; 444XmlAttribute attribute = attributes[i]; 493source = attributes[index]; 502attribute = attributes[index]; 522attribute = attributes[index]; 539XmlAttribute attribute = attributes[i]; 1089XmlAttribute attribute = attributes[i]; 1523XmlAttribute attribute = attributes[j]; 1552if (attribute == attributes[i]) { 1568&& attribute == attributes[index]) {
System\Xml\Dom\XmlDocument.cs (2)
858if ( fromElem.Attributes[iAttr].Specified ) 859toElem.Attributes.SetNamedItem( ImportNodeInternal( fromElem.Attributes[iAttr], true ) );
System\Xml\Dom\XmlElement.cs (1)
432XmlAttribute attr = attrs[i];
System\Xml\Dom\XmlLoader.cs (1)
708XmlAttribute attr = attrs[i];
System\Xml\Dom\XmlNode.cs (3)
930XmlAttribute attr = attrs[iAttr]; 940XmlAttribute attr = attrs[iAttr]; 994XmlAttribute attr = attrs[iAttr];
System\Xml\Dom\XmlNodeReader.cs (6)
469return ((XmlElement)curNode).Attributes[attributeIndex].Value; 472return ((XmlElement)elemNode).Attributes[attributeIndex].Value; 604attr = ((XmlElement)curNode).Attributes[attributeIndex]; 613attr = ((XmlElement)elemNode).Attributes[attributeIndex]; 812XmlAttribute a = attrs[i]; 851XmlAttribute a = attrs[i];