4 writes to Urn
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
354this.Urn = axis.Urn; 602axis.Urn = nsmgr.LookupNamespace(axis.Prefix); 608axis.Urn = null; 610axis.Urn = "";
6 references to Urn
System.Xml (6)
System\Xml\Schema\Asttree.cs (6)
93if (! AxisStack.Equal (this.curNode.Name, this.curNode.Urn, name, URN)) { 191if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) { 201if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) { 219if (! Equal (this.subtree.TopNode.Name, this.subtree.TopNode.Urn, name, URN) ) { 354this.Urn = axis.Urn; 604if (axis.Urn == null) {