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