1 write to _xmlns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
216
_xmlns
= _nameTable.Add("xmlns");
2 references to _xmlns
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
408
attr = _dummyDocument.CreateAttribute(string.Empty,
_xmlns
, XmlReservedNs.NsXmlNs);
412
attr = _dummyDocument.CreateAttribute(
_xmlns
, prefix, XmlReservedNs.NsXmlNs);