1 write to _xmlns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
362
_xmlns
= _xnt.Add("xmlns");
4 references to _xmlns
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (4)
382
AddInitNamespace(
_xmlns
, _nsxmlns);
1950
prefixStr =
_xmlns
;
2520
name = new QName(string.Empty,
_xmlns
, _nsxmlns);
2522
name = new QName(
_xmlns
, _xnt.Add(decl.prefix), _nsxmlns);