1 write to xmlns
System.Xml (1)
System\Xml\Core\XmlSubtreeReader.cs (1)
98xmlns = reader.NameTable.Add( "xmlns" );
6 references to xmlns
System.Xml (6)
System\Xml\Core\XmlSubtreeReader.cs (6)
1054RemoveNamespace( string.Empty, xmlns ); 1059RemoveNamespace( xmlns, prefix ); 1096nsAttributes[index].Set( XmlNodeType.Attribute, xmlns, string.Empty, xmlns, xmlnsUri, ns ); 1099nsAttributes[index].Set( XmlNodeType.Attribute, prefix, xmlns, reader.NameTable.Add( string.Concat( xmlns, ":", prefix ) ), xmlnsUri, ns );