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