1 override of Attributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
235
public override XmlAttributeCollection
Attributes
10 references to Attributes
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (4)
967
int cAttr = fromElem.
Attributes
.Count;
970
if (fromElem.
Attributes
[iAttr].Specified)
971
toElem.
Attributes
.SetNamedItem(ImportNodeInternal(fromElem.
Attributes
[iAttr], true));
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (5)
343
return _elemNode.
Attributes
.Count;
737
if (_attrIndex >= (_elemNode.
Attributes
.Count - 1))
741
_curNode = _elemNode.
Attributes
[++_attrIndex];
747
if (_curNode.
Attributes
.Count > 0)
751
_curNode = _curNode.
Attributes
[0];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
245
XmlAttribute millisecondsAttribute = wsrmNode.
Attributes
[ReliableSessionPolicyStrings.Milliseconds];