1 write to _xmlns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
103_xmlns = reader.NameTable.Add("xmlns");
6 references to _xmlns
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (6)
1262RemoveNamespace(string.Empty, _xmlns); 1268RemoveNamespace(_xmlns, prefix); 1312_nsAttributes[index].Set(XmlNodeType.Attribute, _xmlns, string.Empty, _xmlns, _xmlnsUri, ns); 1316_nsAttributes[index].Set(XmlNodeType.Attribute, prefix, _xmlns, reader.NameTable.Add(string.Concat(_xmlns, ":", prefix)), _xmlnsUri, ns);