1 write to namespaceUri
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
42
this.
namespaceUri
= namespaceUri;
2 references to namespaceUri
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (2)
143
return (_useCurNode) ? _curNode.
namespaceUri
: reader.NamespaceURI;
1490
Debug.Assert(_tmpNode.localName == string.Empty && _tmpNode.prefix == string.Empty && _tmpNode.name == string.Empty && _tmpNode.
namespaceUri
== string.Empty);