4 instantiations of XmlElementList
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
833
return new
XmlElementList
(this, name);
863
return new
XmlElementList
(this, localName, namespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
328
return new
XmlElementList
(this, name);
409
return new
XmlElementList
(this, localName, namespaceURI);
6 references to XmlElementList
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (6)
290
private
XmlElementList
_list;
294
public XmlElementListEnumerator(
XmlElementList
list)
330
public XmlEmptyElementListEnumerator(
XmlElementList
list)
355
internal XmlElementListListener(XmlDocument doc,
XmlElementList
elemList)
370
XmlElementList
el = (
XmlElementList
)_elemList.Target;