1 write to _nsxmlns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
363_nsxmlns = _xnt.Add(XmlReservedNs.NsXmlNs);
5 references to _nsxmlns
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (5)
382AddInitNamespace(_xmlns, _nsxmlns); 1957nsUriStr = _nsxmlns; 2520name = new QName(string.Empty, _xmlns, _nsxmlns); 2522name = new QName(_xmlns, _xnt.Add(decl.prefix), _nsxmlns); 2640else if (Ref.Equal(n.namespaceUri, _nsxmlns))