4 writes to Urn
System.Private.Xml (4)
System\Xml\Schema\Asttree.cs (4)
422this.Urn = axis.Urn; 697axis.Urn = nsmgr.LookupNamespace(axis.Prefix); 706axis.Urn = null; 710axis.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; 699if (axis.Urn == null)