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