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