1 write to xmlnsUri
System.Xml (1)
System\Xml\Core\XmlSubtreeReader.cs (1)
99xmlnsUri = reader.NameTable.Add(XmlReservedNs.NsXmlNs);
5 references to xmlnsUri
System.Xml (5)
System\Xml\Core\XmlSubtreeReader.cs (5)
232if ( name == nsAttributes[i].localName && namespaceURI == xmlnsUri ) { 283if ( name == nsAttributes[i].localName && ns == xmlnsUri ) { 1051if ( Ref.Equal( ns, xmlnsUri ) ) { 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 );