34 references to
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
194
XmlAttribute attr = attrs
[
i];
357
attr = attributes
[
i];
412
attr = attributes
[
i];
713
attr = attributes
[
i];
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (17)
279
XmlAttribute attribute = attributes
[
i];
304
XmlAttribute attribute = attributes
[
i];
333
XmlAttribute attribute = attributes
[
i];
361
attribute = attributes
[
i];
492
_source = attributes
[
index];
502
XmlAttribute attribute = attributes
[
index];
509
attribute = attributes
[
index];
524
_source = attributes
[
index];
541
XmlAttribute attribute = attributes
[
i];
602
_source = attributes
[
index];
613
attribute = attributes
[
index];
637
attribute = attributes
[
index];
656
XmlAttribute attribute = attributes
[
i];
1339
XmlAttribute attribute = attributes
[
i];
1848
XmlAttribute attribute = attributes
[
j];
1885
if (attribute == attributes
[
i])
1904
&& attribute == attributes
[
index])
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
970
if (fromElem.Attributes
[
iAttr].Specified)
971
toElem.Attributes.SetNamedItem(ImportNodeInternal(fromElem.Attributes
[
iAttr], true));
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
511
XmlAttribute attr = attrs
[
i];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
817
XmlAttribute attr = attrs
[
i];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
1084
XmlAttribute attr = attrs
[
iAttr];
1098
XmlAttribute attr = attrs
[
iAttr];
1167
XmlAttribute attr = attrs
[
iAttr];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
543
return ((XmlElement)_curNode).Attributes
[
attributeIndex].Value;
546
return ((XmlElement)_elemNode).Attributes
[
attributeIndex].Value;
705
attr = ((XmlElement)_curNode).Attributes
[
attributeIndex];
715
attr = ((XmlElement)_elemNode).Attributes
[
attributeIndex];
962
XmlAttribute a = attrs
[
i];
1012
XmlAttribute a = attrs
[
i];