4 writes to Urn
System.Private.Xml (4)
System\Xml\Schema\Asttree.cs (4)
422this.Urn = axis.Urn; 694axis.Urn = nsmgr.LookupNamespace(axis.Prefix); 703axis.Urn = null; 707axis.Urn = "";
6 references to Urn
System.Private.Xml (6)
System\Xml\Schema\Asttree.cs (6)
104if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 225if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 237if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 260if (!Equal(_subtree.TopNode.Name, _subtree.TopNode.Urn, name, URN)) 422this.Urn = axis.Urn; 696if (axis.Urn == null)