Base:
property
Attributes
Microsoft.Xml.XmlNode.Attributes
74 references to Attributes
dotnet-svcutil-lib (74)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
191
XmlAttributeCollection attrs = elem.
Attributes
;
348
XmlAttributeCollection attributes = elementNode.
Attributes
;
407
XmlAttributeCollection attributes = elementNode.
Attributes
;
704
XmlAttributeCollection attributes = elementNode.
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
428
XmlAttributeCollection attrs = elem.
Attributes
;
509
elem.
Attributes
.Append(attr);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (12)
276
XmlAttributeCollection attributes = element.
Attributes
;
301
XmlAttributeCollection attributes = element.
Attributes
;
330
XmlAttributeCollection attributes = element.
Attributes
;
487
attributes = element.
Attributes
;
497
attributes = element.
Attributes
;
516
attributes = element.
Attributes
;
564
attributes = element.
Attributes
;
679
attributes = element.
Attributes
;
1336
XmlAttributeCollection attributes = element.
Attributes
;
1845
XmlAttributeCollection attributes = elements[i].
Attributes
;
1870
ResetAttributePosition(attribute, element.
Attributes
, out _attributeIndex);
1901
attributes = element.
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (2)
147
return ownerElement.
Attributes
.PrepareParentInElementIdAttrMap(Prefix, LocalName);
158
ownerElement.
Attributes
.ResetParentInElementIdAttrMap(oldInnerText, InnerText);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
324
attr.OwnerElement.
Attributes
.Remove(attr);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (12)
66
foreach (XmlAttribute attr in
Attributes
)
71
element.
Attributes
.InternalAppendAttribute(newAttr);
285
Attributes
.InternalAppendAttribute(attr);
297
Attributes
.RemoveNamedItem(name);
304
return
Attributes
[name];
313
return (XmlAttribute)
Attributes
.SetNamedItem(newAttr);
320
return (XmlAttribute)
Attributes
.Remove(oldAttr);
353
Attributes
.InternalAppendAttribute(attr);
375
return
Attributes
[localName, namespaceURI];
386
Attributes
.InternalAppendAttribute(attr);
398
Attributes
.Remove(attr);
508
XmlAttributeCollection attrs =
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (6)
118
XmlAttributeCollection attributes = element.
Attributes
;
476
XmlAttributeCollection attributes = element.
Attributes
;
707
foreach (XmlAttribute attr in ((XmlElement)node).
Attributes
)
811
XmlAttributeCollection attrs = elem.
Attributes
;
824
elem.
Attributes
.RemoveNodeAt(i);
841
elem.
Attributes
.RemoveNodeAt(i);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
1079
XmlAttributeCollection attrs = elem.
Attributes
;
1164
XmlAttributeCollection attrs = elem.
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (8)
340
return ((XmlElement)_curNode).
Attributes
.Count;
543
return ((XmlElement)_curNode).
Attributes
[attributeIndex].Value;
546
return ((XmlElement)_elemNode).
Attributes
[attributeIndex].Value;
659
_attrIndex = elem.
Attributes
.FindNodeOffsetNS(attr);
705
attr = ((XmlElement)_curNode).
Attributes
[attributeIndex];
715
attr = ((XmlElement)_elemNode).
Attributes
[attributeIndex];
959
XmlAttributeCollection attrs = elem.
Attributes
;
1009
XmlAttributeCollection attrs = elem.
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
350
XmlAttributeCollection attributes = element.
Attributes
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (7)
1033
XmlNode emitDefaultValueAttribute = defaultValueElement.
Attributes
.GetNamedItem(Globals.EmitDefaultValueAttribute);
1046
XmlNode nameAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNameAttribute);
1050
XmlNode nsAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNamespaceAttribute);
1292
XmlNode nameAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericNameAttribute);
1296
XmlNode nsAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericNamespaceAttribute);
1313
XmlNode nestedLevelAttribute = argumentElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
1327
XmlNode typeNestedLevelsAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
302
result.
Attributes
.Append(attr);
311
result.
Attributes
.Append(attrLegacy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (3)
117
fault.
Attributes
.Append(CreateLocalAttribute("name", name));
118
fault.
Attributes
.Append(CreateLocalAttribute("use", isEncoded ? "encoded" : "literal"));
392
foreach (XmlAttribute attribute in src.
Attributes
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
818
policyReferenceElement.
Attributes
.Append(uriAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (5)
1335
wsdlBindingQName = new XmlQualifiedName(policy.
Attributes
[bindingAttrName].Value, policy.
Attributes
[bindingAttrNamespace].Value);
1467
workaroundElement.
Attributes
.Append(bindingName);
1471
workaroundElement.
Attributes
.Append(bindingNamespace);
1473
workaroundElement.
Attributes
.Append(bindingNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
335
element.
Attributes
.Append(attr);
340
element.
Attributes
.Append(attr);
558
XmlNode claimType = claimTypeElement.
Attributes
.GetNamedItem("Uri");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
104
result.
Attributes
.Append(dialectAttribute);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1747
XmlAttribute requiredAttr = element.
Attributes
["required", ServiceDescription.Namespace];
1750
requiredAttr = element.
Attributes
["required"];