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)
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 (1)
428
XmlAttributeCollection
attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (15)
276
XmlAttributeCollection
attributes = element.Attributes;
301
XmlAttributeCollection
attributes = element.Attributes;
330
XmlAttributeCollection
attributes = element.Attributes;
353
XmlAttributeCollection
attributes;
478
XmlAttributeCollection
attributes;
536
private static bool MoveToFirstNamespaceLocal(
XmlAttributeCollection
attributes, ref int index)
551
private static bool MoveToFirstNamespaceGlobal(ref
XmlAttributeCollection
attributes, ref int index)
583
XmlAttributeCollection
attributes;
650
private static bool MoveToNextNamespaceLocal(
XmlAttributeCollection
attributes, ref int index)
666
private static bool MoveToNextNamespaceGlobal(ref
XmlAttributeCollection
attributes, ref int index)
1336
XmlAttributeCollection
attributes = element.Attributes;
1791
XmlAttributeCollection
attributes;
1845
XmlAttributeCollection
attributes = elements[i].Attributes;
1879
private static bool ResetAttributePosition(XmlAttribute attribute,
XmlAttributeCollection
attributes, out int index)
1896
private static bool CheckAttributePosition(XmlAttribute attribute, out
XmlAttributeCollection
attributes, int index)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (3)
20
private
XmlAttributeCollection
_attributes;
235
public override
XmlAttributeCollection
Attributes
508
XmlAttributeCollection
attrs = Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (3)
118
XmlAttributeCollection
attributes = element.Attributes;
476
XmlAttributeCollection
attributes = element.Attributes;
811
XmlAttributeCollection
attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
162
public virtual
XmlAttributeCollection
Attributes
1079
XmlAttributeCollection
attrs = elem.Attributes;
1164
XmlAttributeCollection
attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (2)
959
XmlAttributeCollection
attrs = elem.Attributes;
1009
XmlAttributeCollection
attrs = elem.Attributes;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
350
XmlAttributeCollection
attributes = element.Attributes;