1 instantiation of XmlAttributeCollection
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
246
_attributes ??= new
XmlAttributeCollection
(this);
51 references to XmlAttributeCollection
netstandard (1)
netstandard.cs (1)
2455
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlAttributeCollection
))]
System.Configuration.ConfigurationManager (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
123
XmlAttributeCollection
attributes = xmlNode.Attributes;
System.Data.Common (8)
System\Data\XDRSchema.cs (2)
553
XmlAttributeCollection
attrs = node.Attributes;
646
XmlAttributeCollection
attrs = node.Attributes;
System\Data\XMLSchema.cs (2)
25
internal static void SetProperties(object instance,
XmlAttributeCollection
attrs)
393
private static void SetExtProperties(object instance,
XmlAttributeCollection
attrs)
System\Xml\XmlBoundElement.cs (1)
35
public override
XmlAttributeCollection
Attributes
System\Xml\XPathNodePointer.cs (3)
653
XmlAttributeCollection
attrs = _node.Attributes!;
665
XmlAttributeCollection
attrs = ((XmlAttribute)_node).OwnerElement!.Attributes;
1461
XmlAttributeCollection
attrs = be.Attributes;
System.Private.Xml (32)
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 (1)
434
XmlAttributeCollection
attrs = elem.Attributes;
System\Xml\Dom\DocumentXPathNavigator.cs (15)
270
XmlAttributeCollection
attributes = element.Attributes;
294
XmlAttributeCollection
attributes = element.Attributes;
322
XmlAttributeCollection
attributes = element.Attributes;
344
XmlAttributeCollection
? attributes;
467
XmlAttributeCollection
attributes;
525
private static bool MoveToFirstNamespaceLocal(
XmlAttributeCollection
attributes, ref int index)
540
private static bool MoveToFirstNamespaceGlobal(ref
XmlAttributeCollection
attributes, ref int index)
571
XmlAttributeCollection
? attributes;
638
private static bool MoveToNextNamespaceLocal(
XmlAttributeCollection
attributes, ref int index)
654
private static bool MoveToNextNamespaceGlobal(ref
XmlAttributeCollection
attributes, ref int index)
1320
XmlAttributeCollection
attributes = element.Attributes;
1762
XmlAttributeCollection
? attributes;
1816
XmlAttributeCollection
attributes = elements[i].Attributes;
1850
private static bool ResetAttributePosition(XmlAttribute attribute, [NotNullWhen(true)]
XmlAttributeCollection
? attributes, out int index)
1867
private static bool CheckAttributePosition(XmlAttribute attribute, [NotNullWhen(true)] out
XmlAttributeCollection
? attributes, int index)
System\Xml\Dom\XmlElement.cs (3)
18
private
XmlAttributeCollection
? _attributes;
238
public override
XmlAttributeCollection
Attributes
514
XmlAttributeCollection
attrs = Attributes;
System\Xml\Dom\XmlLoader.cs (3)
116
XmlAttributeCollection
attributes = element.Attributes;
473
XmlAttributeCollection
attributes = element.Attributes;
807
XmlAttributeCollection
attrs = elem.Attributes;
System\Xml\Dom\XmlNode.cs (3)
177
public virtual
XmlAttributeCollection
? Attributes
1096
XmlAttributeCollection
attrs = elem.Attributes;
1181
XmlAttributeCollection
attrs = elem.Attributes;
System\Xml\Dom\XmlNodeReader.cs (2)
948
XmlAttributeCollection
attrs = elem.Attributes;
1000
XmlAttributeCollection
attrs = elem.Attributes;
System\Xml\Schema\Parser.cs (1)
347
XmlAttributeCollection
attributes = element.Attributes;
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
82
XmlAttributeCollection
? attribNodes = childNodes[i]!.Attributes;
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
33
XmlAttributeCollection
? attrList = Attributes;
105
XmlAttributeCollection
attrList = Attributes;
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
92
XmlAttributeCollection
? attribNodes = childNodes[i]!.Attributes;
System\Security\Cryptography\Xml\Utils.cs (2)
271
XmlAttributeCollection
? attribNodes = rootNode.Attributes;
519
XmlAttributeCollection
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
))]