4 writes to Urn
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
418this.Urn = axis.Urn; 716axis.Urn = nsmgr.LookupNamespace(axis.Prefix); 725axis.Urn = null; 729axis.Urn = "";
7 references to Urn
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (7)
107if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 224if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 236if (_subtree.IsDss && Equal(_subtree.RootNode.Name, _subtree.RootNode.Urn, name, URN)) 259if (!Equal(_subtree.TopNode.Name, _subtree.TopNode.Urn, name, URN)) 418this.Urn = axis.Urn; 529msw.WriteLine(" <URN> {0} </URN>", printaxis.Urn); 718if (axis.Urn == null)