1 instantiation of XmlAttributeCollection
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
246_attributes ??= new XmlAttributeCollection(this);
52 references to XmlAttributeCollection
Microsoft.Build.Utilities.Core (1)
SDKManifest.cs (1)
368private void ReadFileListAttributes(XmlAttributeCollection attributes)
netstandard (1)
netstandard.cs (1)
2455[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))]
System.Configuration.ConfigurationManager (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
123XmlAttributeCollection attributes = xmlNode.Attributes;
System.Data.Common (8)
System\Data\XDRSchema.cs (2)
553XmlAttributeCollection attrs = node.Attributes; 646XmlAttributeCollection attrs = node.Attributes;
System\Data\XMLSchema.cs (2)
25internal static void SetProperties(object instance, XmlAttributeCollection attrs) 393private static void SetExtProperties(object instance, XmlAttributeCollection attrs)
System\Xml\XmlBoundElement.cs (1)
35public override XmlAttributeCollection Attributes
System\Xml\XPathNodePointer.cs (3)
653XmlAttributeCollection attrs = _node.Attributes!; 665XmlAttributeCollection attrs = ((XmlAttribute)_node).OwnerElement!.Attributes; 1461XmlAttributeCollection attrs = be.Attributes;
System.Private.Xml (32)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
183XmlAttributeCollection attrs = elem.Attributes; 326XmlAttributeCollection attributes = elementNode.Attributes; 387XmlAttributeCollection attributes = elementNode.Attributes; 675XmlAttributeCollection attributes = elementNode.Attributes;
System\Xml\Dom\DocumentXmlWriter.cs (1)
434XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\DocumentXPathNavigator.cs (15)
270XmlAttributeCollection attributes = element.Attributes; 294XmlAttributeCollection attributes = element.Attributes; 322XmlAttributeCollection attributes = element.Attributes; 344XmlAttributeCollection? attributes; 467XmlAttributeCollection attributes; 525private static bool MoveToFirstNamespaceLocal(XmlAttributeCollection attributes, ref int index) 540private static bool MoveToFirstNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) 571XmlAttributeCollection? attributes; 638private static bool MoveToNextNamespaceLocal(XmlAttributeCollection attributes, ref int index) 654private static bool MoveToNextNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) 1320XmlAttributeCollection attributes = element.Attributes; 1762XmlAttributeCollection? attributes; 1816XmlAttributeCollection attributes = elements[i].Attributes; 1850private static bool ResetAttributePosition(XmlAttribute attribute, [NotNullWhen(true)] XmlAttributeCollection? attributes, out int index) 1867private static bool CheckAttributePosition(XmlAttribute attribute, [NotNullWhen(true)] out XmlAttributeCollection? attributes, int index)
System\Xml\Dom\XmlElement.cs (3)
18private XmlAttributeCollection? _attributes; 238public override XmlAttributeCollection Attributes 514XmlAttributeCollection attrs = Attributes;
System\Xml\Dom\XmlLoader.cs (3)
115XmlAttributeCollection attributes = element.Attributes; 472XmlAttributeCollection attributes = element.Attributes; 806XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\XmlNode.cs (3)
177public virtual XmlAttributeCollection? Attributes 1096XmlAttributeCollection attrs = elem.Attributes; 1181XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\XmlNodeReader.cs (2)
948XmlAttributeCollection attrs = elem.Attributes; 1000XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Schema\Parser.cs (1)
347XmlAttributeCollection attributes = element.Attributes;
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
91XmlAttributeCollection? attribNodes = childNodes[i]!.Attributes;
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
33XmlAttributeCollection? attrList = Attributes; 105XmlAttributeCollection attrList = Attributes;
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
101XmlAttributeCollection? attribNodes = childNodes[i]!.Attributes;
System\Security\Cryptography\Xml\Utils.cs (2)
283XmlAttributeCollection? attribNodes = rootNode.Attributes; 531XmlAttributeCollection attribs = ancestorElement.Attributes;
System.Xml (1)
System.Xml.cs (1)
192[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
120[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))]