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)
408attr = _dummyDocument.CreateAttribute(string.Empty, _xmlns, XmlReservedNs.NsXmlNs); 412attr = _dummyDocument.CreateAttribute(_xmlns, prefix, XmlReservedNs.NsXmlNs);