1 instantiation of XmlAttributeCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
245_attributes = new XmlAttributeCollection(this);
32 references to XmlAttributeCollection
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
191XmlAttributeCollection attrs = elem.Attributes; 348XmlAttributeCollection attributes = elementNode.Attributes; 407XmlAttributeCollection attributes = elementNode.Attributes; 704XmlAttributeCollection attributes = elementNode.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
428XmlAttributeCollection attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (15)
276XmlAttributeCollection attributes = element.Attributes; 301XmlAttributeCollection attributes = element.Attributes; 330XmlAttributeCollection attributes = element.Attributes; 353XmlAttributeCollection attributes; 478XmlAttributeCollection attributes; 536private static bool MoveToFirstNamespaceLocal(XmlAttributeCollection attributes, ref int index) 551private static bool MoveToFirstNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) 583XmlAttributeCollection attributes; 650private static bool MoveToNextNamespaceLocal(XmlAttributeCollection attributes, ref int index) 666private static bool MoveToNextNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) 1336XmlAttributeCollection attributes = element.Attributes; 1791XmlAttributeCollection attributes; 1845XmlAttributeCollection attributes = elements[i].Attributes; 1879private static bool ResetAttributePosition(XmlAttribute attribute, XmlAttributeCollection attributes, out int index) 1896private static bool CheckAttributePosition(XmlAttribute attribute, out XmlAttributeCollection attributes, int index)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (3)
20private XmlAttributeCollection _attributes; 235public override XmlAttributeCollection Attributes 508XmlAttributeCollection attrs = Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (3)
118XmlAttributeCollection attributes = element.Attributes; 476XmlAttributeCollection attributes = element.Attributes; 811XmlAttributeCollection attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
162public virtual XmlAttributeCollection Attributes 1079XmlAttributeCollection attrs = elem.Attributes; 1164XmlAttributeCollection attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (2)
959XmlAttributeCollection attrs = elem.Attributes; 1009XmlAttributeCollection attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
350XmlAttributeCollection attributes = element.Attributes;