2 instantiations of XmlElementNode
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
73_rootElementNode = new XmlElementNode(_bufferReader); 306elementNode = new XmlElementNode(_bufferReader);
13 references to XmlElementNode
dotnet-svcutil-lib (13)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (10)
31private XmlElementNode[] _elementNodes; 44private XmlElementNode _rootElementNode; 253protected XmlElementNode ElementNode 268XmlElementNode elementNode = _elementNodes[_depth]; 281protected XmlElementNode EnterScope() 295_elementNodes = new XmlElementNode[4]; 299XmlElementNode[] newElementNodes = new XmlElementNode[_depth * 2]; 303XmlElementNode elementNode = _elementNodes[_depth]; 1247XmlElementNode elementNode = _elementNodes[nodeDepth];
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
407XmlElementNode elementNode;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (2)
965XmlElementNode elementNode = EnterScope(); 998XmlElementNode elementNode = this.ElementNode;