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)
382
AddInitNamespace(_xmlns,
_nsxmlns
);
1957
nsUriStr =
_nsxmlns
;
2520
name = new QName(string.Empty, _xmlns,
_nsxmlns
);
2522
name = new QName(_xmlns, _xnt.Add(decl.prefix),
_nsxmlns
);
2640
else if (Ref.Equal(n.namespaceUri,
_nsxmlns
))