Base:
property
Attributes
System.Xml.XmlNode.Attributes
1 override of Attributes
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
35
public override XmlAttributeCollection
Attributes
105 references to Attributes
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
360
featureAssemblyNode.
Attributes
.Append(featureAssemblyFullName);
364
featureAssemblyNode.
Attributes
.Append(featureName);
368
featureAssemblyNode.
Attributes
.Append(featureValue);
372
featureAssemblyNode.
Attributes
.Append(featureDefault);
396
typeNode.
Attributes
.Append(typeFullName);
407
typeNode.
Attributes
.Append(preserve);
413
typeNode.
Attributes
.Append(preserve);
423
fieldNode.
Attributes
.Append(fieldName);
435
methodNode.
Attributes
.Append(methodName);
PresentationFramework (4)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
485
if (content.
Attributes
[BackgroundAttributeName] != null)
486
backgroundColor = GetColor(content.
Attributes
[BackgroundAttributeName].Value);
487
if (content.
Attributes
[ActiveBackgroundAttributeName] != null)
488
activeBackgroundColor = GetColor(content.
Attributes
[ActiveBackgroundAttributeName].Value);
ReachFramework (3)
PrintConfig\PrintSchemaShim.cs (1)
133
parameterInitElem.
Attributes
.Append(nameAttr);
PrintConfig\PrtTicket_Editor.cs (2)
151
foreach (XmlAttribute attr in root.
Attributes
)
212
if (root.
Attributes
["xmlns:" + prefix] == null)
System.Data.Common (15)
System\Data\XDRSchema.cs (9)
359
if (node.
Attributes
.Count > 0)
456
SetProperties(column, node.
Attributes
); // xmlschema.SetProperties will skipp setting expressions
463
if (node.
Attributes
!= null)
465
for (int i = 0; i < node.
Attributes
.Count; i++)
467
if (node.
Attributes
[i].NamespaceURI == Keywords.MSDNS)
469
if (node.
Attributes
[i].LocalName == "Expression")
471
column.Expression = node.
Attributes
[i].Value;
553
XmlAttributeCollection attrs = node.
Attributes
;
646
XmlAttributeCollection attrs = node.
Attributes
;
System\Data\XmlDataLoader.cs (2)
453
foreach (XmlAttribute attr in rowElement.
Attributes
)
720
foreach (XmlAttribute attr in _topMostNode.
Attributes
)
System\Data\XMLSchema.cs (1)
501
SetExtProperties(relation, node.
Attributes
);
System\Xml\XmlBoundElement.cs (1)
40
return base.
Attributes
;
System\Xml\XmlDataDocument.cs (1)
1491
attr.OwnerElement!.
Attributes
.Remove(attr);
System\Xml\XPathNodePointer.cs (1)
665
XmlAttributeCollection attrs = ((XmlAttribute)_node).OwnerElement!.
Attributes
;
System.Private.DataContractSerialization (16)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
621
wrapperElement.
Attributes
.Append(xmlAttr);
System\Runtime\Serialization\SchemaExporter.cs (7)
224
defaultValueElement.
Attributes
.Append(emitDefaultValueAttribute);
239
actualTypeElement.
Attributes
.Append(nameAttribute);
243
actualTypeElement.
Attributes
.Append(nsAttribute);
299
typeElement.
Attributes
.Append(nameAttribute);
303
typeElement.
Attributes
.Append(nsAttribute);
319
argumentElement.
Attributes
.Append(nestedLevelAttribute);
329
typeElement.
Attributes
.Append(typeNestedLevelsAttribute);
System\Runtime\Serialization\SchemaImporter.cs (7)
1026
XmlNode? emitDefaultValueAttribute = defaultValueElement.
Attributes
.GetNamedItem(Globals.EmitDefaultValueAttribute);
1038
XmlNode? nameAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNameAttribute);
1041
XmlNode? nsAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNamespaceAttribute);
1285
string? name = typeElement.
Attributes
.GetNamedItem(Globals.GenericNameAttribute)?.Value;
1288
string? ns = typeElement.
Attributes
.GetNamedItem(Globals.GenericNamespaceAttribute)?.Value;
1303
XmlNode? nestedLevelAttribute = argumentElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
1318
XmlNode? typeNestedLevelsAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1058
wrapperElement.
Attributes
.Append((XmlAttribute)xmlAttributes[i]);
System.Private.Xml (50)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
183
XmlAttributeCollection attrs = elem.
Attributes
;
326
XmlAttributeCollection attributes = elementNode.
Attributes
;
387
XmlAttributeCollection attributes = elementNode.
Attributes
;
675
XmlAttributeCollection attributes = elementNode.
Attributes
;
System\Xml\Dom\DocumentXmlWriter.cs (2)
434
XmlAttributeCollection attrs = elem.
Attributes
;
520
elem.
Attributes
.Append(attr);
System\Xml\Dom\DocumentXPathNavigator.cs (12)
270
XmlAttributeCollection attributes = element.
Attributes
;
294
XmlAttributeCollection attributes = element.
Attributes
;
322
XmlAttributeCollection attributes = element.
Attributes
;
476
attributes = element.
Attributes
;
486
attributes = element.
Attributes
;
505
attributes = element.
Attributes
;
553
attributes = element.
Attributes
;
667
attributes = element.
Attributes
;
1320
XmlAttributeCollection attributes = element.
Attributes
;
1816
XmlAttributeCollection attributes = elements[i].
Attributes
;
1841
ResetAttributePosition(attribute, element.
Attributes
, out _attributeIndex);
1872
attributes = element.
Attributes
;
System\Xml\Dom\XmlAttribute.cs (2)
149
return ownerElement.
Attributes
.PrepareParentInElementIdAttrMap(Prefix, LocalName);
159
ownerElement?.
Attributes
.ResetParentInElementIdAttrMap(oldInnerText, InnerText);
System\Xml\Dom\XmlAttributeCollection.cs (1)
331
attr.OwnerElement!.
Attributes
.Remove(attr);
System\Xml\Dom\XmlElement.cs (12)
65
foreach (XmlAttribute attr in
Attributes
)
73
element.
Attributes
.InternalAppendAttribute(newAttr);
286
Attributes
.InternalAppendAttribute(attr);
298
Attributes
.RemoveNamedItem(name);
305
return
Attributes
[name];
315
return (XmlAttribute)
Attributes
.SetNamedItem(newAttr);
322
return (XmlAttribute?)
Attributes
.Remove(oldAttr);
357
Attributes
.InternalAppendAttribute(attr);
377
return
Attributes
[localName, namespaceURI];
388
Attributes
.InternalAppendAttribute(attr);
400
Attributes
.Remove(attr);
514
XmlAttributeCollection attrs =
Attributes
;
System\Xml\Dom\XmlLoader.cs (6)
116
XmlAttributeCollection attributes = element.
Attributes
;
473
XmlAttributeCollection attributes = element.
Attributes
;
700
foreach (XmlAttribute attr in element.
Attributes
)
807
XmlAttributeCollection attrs = elem.
Attributes
;
820
elem.
Attributes
.RemoveNodeAt(i);
837
elem.
Attributes
.RemoveNodeAt(i);
System\Xml\Dom\XmlNode.cs (2)
1096
XmlAttributeCollection attrs = elem.
Attributes
;
1181
XmlAttributeCollection attrs = elem.
Attributes
;
System\Xml\Dom\XmlNodeReader.cs (8)
334
return ((XmlElement)_curNode).
Attributes
.Count;
532
return ((XmlElement)_curNode).
Attributes
[attributeIndex].Value;
535
return ((XmlElement)_elemNode!).
Attributes
[attributeIndex].Value;
649
_attrIndex = elem.
Attributes
.FindNodeOffsetNS(attr);
695
attr = ((XmlElement)_curNode).
Attributes
[attributeIndex];
705
attr = ((XmlElement)_elemNode!).
Attributes
[attributeIndex];
948
XmlAttributeCollection attrs = elem.
Attributes
;
1000
XmlAttributeCollection attrs = elem.
Attributes
;
System\Xml\Schema\Parser.cs (1)
347
XmlAttributeCollection attributes = element.
Attributes
;
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (2)
370
XmlNode? nameAttribute = actualTypeElement.
Attributes
.GetNamedItem(ImportGlobals.ActualTypeNameAttribute);
373
XmlNode? nsAttribute = actualTypeElement.
Attributes
.GetNamedItem(ImportGlobals.ActualTypeNamespaceAttribute);
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
33
XmlAttributeCollection? attrList =
Attributes
;
105
XmlAttributeCollection attrList =
Attributes
;
System\Security\Cryptography\Xml\SignedXml.cs (1)
584
cloneElem.
Attributes
.RemoveAll();
System\Security\Cryptography\Xml\Utils.cs (2)
79
foreach (XmlAttribute attr in element.
Attributes
)
519
XmlAttributeCollection attribs = ancestorElement.
Attributes
;
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
59
foreach (XmlAttribute attrib in elem.
Attributes
)