7 references to RootNode
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (7)
62if ((this.curNode.Input == parent.RootNode) && (parent.IsDss)) 64this.curNode = parent.RootNode; 175AxisElement eaxis = new AxisElement(_subtree.RootNode, depth); 224if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 236if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN))