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