1 write to _xmlnsUri
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
104_xmlnsUri = reader.NameTable.Add(XmlReservedNs.NsXmlNs);
5 references to _xmlnsUri
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (5)
279if (name == _nsAttributes[i].localName && namespaceURI == _xmlnsUri) 345if (name == _nsAttributes[i].localName && ns == _xmlnsUri) 1257if (Ref.Equal(ns, _xmlnsUri)) 1312_nsAttributes[index].Set(XmlNodeType.Attribute, _xmlns, string.Empty, _xmlns, _xmlnsUri, ns); 1316_nsAttributes[index].Set(XmlNodeType.Attribute, prefix, _xmlns, reader.NameTable.Add(string.Concat(_xmlns, ":", prefix)), _xmlnsUri, ns);